Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/martincastroalvarez/deep-q-reinforcement-learning
- Owner: MartinCastroAlvarez
- Created: 2024-09-06T21:55:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T16:28:42.000Z (3 months ago)
- Last Synced: 2024-10-28T01:58:45.438Z (2 months ago)
- Language: Jupyter Notebook
- Size: 656 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```