Giter VIP home page Giter VIP logo

cs234_rl_2023's Introduction

CS234 (Coding)

Coding solution for assignments in: https://web.stanford.edu/class/cs234/
I might be mistaken, so please let me know if there are any errors

Assignment1

Run deterministic or stochastic policy with python --env command. (Deterministic by default)

python assignment1/final/vi_and_pi.py --env Stochastic-4x4-FrozenLake-v0
python assignment1/final/vi_and_pi.py --env Deterministic-4x4-FrozenLake-v0

Assignment2

MinAtar is needed to run models.

git clone https://github.com/kenjyoung/MinAtar.git
cd MinAtar
pip install .

Assignment3

Still working on Assignment3.

If you encounter issues with the following command:

pip install -r requirements.txt

>> error in gym setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.
  • Modify gym==0.21 to gym
  • Run pip install -r requirements.txt
  • Revert to the original version by running pip install gym==0.21.

cs234_rl_2023's People

Contributors

jhong92-pro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.