Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 699 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 699 Bytes

WebDL-DDPG

A library for deep reinforcement learning. The article about this library is here (Japanese).

Features

  • Supports GPU (WebGL for JavaScript platform and CUDA for Python platform)
  • DDPG (Deep Deterministic Policy Gradient) is implemented

Main classes

License

The MIT License