Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/takuseno/mvc-drl-nnabla

NNabla implementation of mvc-drl
https://github.com/takuseno/mvc-drl-nnabla

deep-reinforcement-learning nnabla

Last synced: about 2 months ago
JSON representation

NNabla implementation of mvc-drl

Awesome Lists containing this project

README

        

# mvc-drl-nnabla
[NNabla](https://nnabla.org) implementation with [mvc-drl](https://github.com/takuseno/mvc-drl).

Algorithms implemented in this repository are faster than the original TensorFlow version.

## installation
### nvidia-docker
```
$ ./scripts/build.sh
```

### manual
```
$ pip install -r requirements.txt
$ pip install nnabla
# if you run example scripts
$ pip install pybullet roboschool
```

If you use GPU, see [here](https://nnabla.readthedocs.io/en/latest/python/pip_installation_cuda.html).

## algorithms
For academic usage, we provide baseline implementations that you might need to compare.

- [ ] Proximal Policy Optimization
- [x] Deep Deterministic Policy Gradients
- [ ] Soft Actor-Critic

## speed comparison
TODO.