Implementation of selected reinforcement learning algorithms with tensorflow.
(Click into the links for more details)
envs/gridworld.py
: minimium gridworld implementation for testings
- Python 2.7
- Numpy
- Tensorflow 0.12.1
- OpenAI Gym (with Atari) 0.8.0
- matplotlib (optional)
- Files:
test_*.py
- Run unit test for [class]:
python test_[class].py