Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takuseno/a3c
A3C implementation with TensorFlow
https://github.com/takuseno/a3c
reinforcement-learning tensorflow
Last synced: about 1 month ago
JSON representation
A3C implementation with TensorFlow
- Host: GitHub
- URL: https://github.com/takuseno/a3c
- Owner: takuseno
- Created: 2017-08-05T11:39:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T13:39:42.000Z (over 6 years ago)
- Last Synced: 2024-10-23T04:07:07.615Z (2 months ago)
- Topics: reinforcement-learning, tensorflow
- Language: Python
- Homepage:
- Size: 454 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A3C
A3C imeplementation with TensorFlow.## requirements
- Python3## dependencies
- tensorflow
- opencv-python
- numpy
- git+https://github.com/imai-laboratory/rlsaber## implementations
This repostory is inspired by following projects.- [OpenAI Baselines](https://github.com/openai/baselines)
- https://github.com/awjuliani/DeepRL-Agents/blob/master/A3C-Doom.ipynb## train
```
$ python train.py [--env environment name] [--threads thread number] [--render] [--demo]
```### TensorBoard
```
$ tensorboard --logdir logs
```