Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msoedov/q-learner
Open ai gym q-learning for SpaceInvaders
https://github.com/msoedov/q-learner
gym open-ai q-learning
Last synced: 9 days ago
JSON representation
Open ai gym q-learning for SpaceInvaders
- Host: GitHub
- URL: https://github.com/msoedov/q-learner
- Owner: msoedov
- License: mit
- Created: 2017-12-04T18:31:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T15:47:16.000Z (about 7 years ago)
- Last Synced: 2024-12-06T14:33:15.623Z (16 days ago)
- Topics: gym, open-ai, q-learning
- Language: Python
- Size: 24.4 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# q-learner
Attempt to implement q-learning agent for playing open ai Atari SpaceInvaders```shell
python qfunc.py
```To enable render or recording just remove corresponding comments
# Dependencies
```
pip install gym
```