takuseno / mvc-drl-nnabla

NNabla implementation of mvc-drl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mvc-drl-nnabla

NNabla implementation with 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.

algorithms

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

  • Proximal Policy Optimization
  • Deep Deterministic Policy Gradients
  • Soft Actor-Critic

speed comparison

TODO.

About

NNabla implementation of mvc-drl

License:MIT License


Languages

Language:Python 90.5%Language:Dockerfile 4.8%Language:Shell 4.7%