Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 596 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 596 Bytes

Assignment: GVFs and SR

Track 2:

Team members: Nikhil Kakodkar (McGill ID: 260578689) & Karim Koreitem (McGill ID: 260460964)

Setup:

Install Pycolab:

pip install git+https://github.com/deepmind/pycolab.git

clone repo:

git clone https://github.com/rllabmcgill/gvfs-and-sr-dayan-hunt.git

Files and Folders:

  • assignment_report_track2.ipynb : The main report containing all the results
  • core/
    • sr_main.py : The base file containing all the functions necessary for the assignment.
    • mazes.py : An interface for the pycolab game engine.