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