[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 418 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 418 Bytes

DDPG_PyTorch

DDPG implementation in PyTorch.

Paper

Continuous control with deep reinforcement learning (DDPG)

Milestone

  1. learn from not pixel inputs.
  2. learn from raw pixel inputs.

Result

not pixel inputs

train about 300 epochs.

gif

pixel inputs

train about 1000 epochs.

gif