Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 282 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 282 Bytes

Deep Reinforcement Learning

Here I implement Deep Q-Network (for discrete action space) and Deep Deterministic Policy Gradient (for continuous action space) using pytorch package, both on a sample gym environment(MountainCar).