Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```