A library for deep reinforcement learning. The article about this library is here (Japanese).
- Supports GPU (WebGL for JavaScript platform and CUDA for Python platform)
- DDPG (Deep Deterministic Policy Gradient) is implemented
- src/RobotDDPGTest.hx for playing a learned model of bipedal walking robot (JS)
- src/RobotDDPGCudaTest.hx for learning and exporting models of bipedal walking robot (Python)
- src/PendulumTest.hx for learning and playing an inverted pendulum swingup problem (JS)
The MIT License