Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 261 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 261 Bytes

Not-DDPG

  • A failed attempt to implement the DDPG algorithm which ended up with us implementing another new algorithm (Not-DDPG).
  • We achieved great results with this new algorithm. Our stats showed that the optimal policy for all states is a random policy.