This repository is copy of challenge's main repo and the code is modified by following the challenge's rules and guidelines.
Team Members: Sundesh Gupta, Mohit Mehta, Bhagyashree Gour, Arijit Datta
Presentation and Videos (for best return and worst return respectively) are available at following link.
Curiosity model is trained using the script curiosity.ipynb and the model weights is saved in the directory model_state_dict.
To reproduce the leaderboard results, please run curiosity_eval.ipynb.
The following are the baselines we tried:
- https://github.com/jcwleo/curiosity-driven-exploration-pytorch
- https://github.com/pytorch/examples/blob/master/reinforcement_learning/actor_critic.py
- https://pytorch.org/tutorials/intermediate/reinforcement_q_learning.html
- https://tims457.medium.com/policy-gradient-reinforcement-learning-in-pytorch-df1383ea0baf