Skip to content

Assignments of CSCE-642: Deep Reinforcement Learning offered at Texas A&M University.

Notifications You must be signed in to change notification settings

Mooler0410/csce642-deepRL

 
 

Repository files navigation

CSCE-642: Deep Reinforcement Learning

Setup

SWIG is required for installing Box2D. It can be installed on Linux by running

sudo apt-get install swig build-essential python-dev python3-dev

and on Mac by running

brew install swig

or on windows by following the instructions here.

For setting up the environment, we recommend using conda + pip or virtual env + pip. The Python environment required is 3.9.16 (version)

Install the packages given by

pip install -r requirements.txt

About

Assignments of CSCE-642: Deep Reinforcement Learning offered at Texas A&M University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%