Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 897 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 897 Bytes

Retro contest solution

This is repository for 4th place soulution for retro contest.

Content:

  • baseline - Joint PPO baseline is actual soution, see README.md in this directory for more detail.
  • actor_critic - baseline pytorch implementation
  • deepneuroevolution - evolution algorithms
  • MAML - MAML and reptile algorithms, see README.md for more details

Team