LostXine / naive-rl

Naive implementations of CSE525 HWs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

naive-rl

Naive implementations of CSE525 HWs

Environment

Install

Please check Environment.ipynb

Test env

  • Ubuntu 18.04
  • Python 3.6.9
  • torch 1.5.0
  • numpy 1.18.3

HW1 [Done]

Algorithm

Test env

  • InvertedPendulumMuJoCoEnv-v0
  • HalfCheetahMuJoCoEnv-v0
  • Breakout-v4-ram

HW2 (working)

Algorithm

  • REINFORCE
  • Advantage Actor Critic (A2C)

Test env

  • InvertedPendulumMuJoCoEnv-v0
  • HalfCheetahMuJoCoEnv-v0

HW3 (working)

Algorithm

  • Offline dynamics model learning
  • Online dynamics model learning

Test env

  • Breakout-v4

About

Naive implementations of CSE525 HWs


Languages

Language:Jupyter Notebook 98.7%Language:Python 1.3%