Skip to content

BassemGhaly/ift6163_homeworks_2023

 
 

Repository files navigation

Setup

You can run this code on your own machine or on Google Colab (Colab is not completely supported).

  1. Local option: If you choose to run locally, you will need to install MuJoCo and some Python packages; see installation.md from homework 1 for instructions. There are two new package requirements (opencv-python and gym[atari]) beyond what was used in the previous assignments; make sure to install these with pip install -r requirements.txt if you are running the assignment locally.

  2. Docker: You can also run this code in side of a docker image. You will need to build the docker image using the provided docker file

  3. Colab: The first few sections of the notebook will install all required dependencies. You can try out the Colab option by clicking the badges below:

Assignments for UdeM roble: Robot Learning Course. Based on Berkeley CS 285: Deep Reinforcement Learning, Decision Making, and Control.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.4%
  • CMake 11.3%
  • Common Lisp 10.6%
  • C++ 8.0%
  • JavaScript 4.2%
  • Jupyter Notebook 1.1%
  • Other 1.4%