An open API service indexing awesome lists of open source software.

https://github.com/antoinewg/riddle

DDRQN implementation
https://github.com/antoinewg/riddle

dqn tensorflow2

Last synced: 6 months ago
JSON representation

DDRQN implementation

Awesome Lists containing this project

README

          

# Riddle 🎩

[![Build Status](https://travis-ci.com/antoinewg/riddle.svg?branch=master)](https://travis-ci.com/antoinewg/riddle)
[![codecov](https://codecov.io/gh/antoinewg/riddle/branch/master/graph/badge.svg)](https://codecov.io/gh/antoinewg/riddle)

### Installation

**Steps**:

- Create virtual environment: `python3 -m venv venv`
- Activate it: `source ./venv/bin/activate`
- Install dependencies: `make install`

You're ready to go 🚀!

### Development

- Train and evaluate model: `make train`
- Open tensorboard: `make board`

### Source

Original inspiration: [Learning to Communicate to Solve Riddles with Deep Distributed Recurrent Q-Networks](https://arxiv.org/pdf/1602.02672.pdf)