Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martincastroalvarez/deep-q-reinforcement-learning

Deep Q Reinforcement Learning program
https://github.com/martincastroalvarez/deep-q-reinforcement-learning

Last synced: 12 days ago
JSON representation

Deep Q Reinforcement Learning program

Awesome Lists containing this project

README

        

# Deep Q Reinforcement Learning

![wallpaper.jpg](wallpaper.jpg)

### Instructions

* Install a virtual environment:

```bash
virtualenv -p python3.8 .env
source .env/bin/activate
pip install -r requirements.txt
```

* Run the action embedding notebook:

```bash
jupyter-notebook embeddings.ipynb
```

* Run the state embedding notebook:

```bash
jupyter-notebook state.ipynb
```

* Run the Deep Q-Learning notebook:

```bash
jupyter-notebook dqn.ipynb
```