Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 744 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 744 Bytes

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.