Skip to content

INFR11090/CourseWork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decision Making in Robots and Autonomous Agents(INFR11090): Homework Assignment 2 (Semester 2 -2017/18)

Relevant Notes:

OpenAI GYM Tutorial

  • Remember to set a seed to ensure that your work is reproducible !

Requirements

  • gym == 0.9.4 or 0.9.5
  • Python >= 3.6
  • Numpy >= 1.13.3
  • Matplotlib >= 2.1.1
  • Scikit-image >= 0.13.1
  • Jupyter >= 4.4.0
  • (Recommended) JupyterLab >= 0.31.0
  • ffmpeg (for visualisations)

Fixes

Error 1

Reported with gym 0.10.3.

  • If you recieve a "NOTIMPLEMENTEDERROR:", call the internal functions directly by prepending a _ . So submarine.reset() becomes submarine._reset(). (Or use gym 0.9.4 or 0.9.5.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published