Skip to content

leejoonpyoo/RL_Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RL_Study

Project

CartPole

  • main.py

src

  • REINFORCE.py
  • Actor-Critic.py
  • PPO.py

Pendulum

  • main.py

src

  • REINFORCE.py
  • Actor-Critic.py
  • PPO.py

RLfromBasic

ch5.Model-Free Prediction

  • Monte_Carlo.ipynb
  • Temporal_Difference.ipynb

ch6.Model-Free Control

  • MC_control.py
  • SARSA.py
  • QLearning.py

ch7.DeepRL

  • NeuralNet.py

ch8.Value-based Agent

  • DQN.py

ch9.policy-based Agent

  • REINFORCE.py
  • Actor-Critic.py

PPO

  • PPO_continuous.py
  • PPO_discrete.py

About

Reinforcement Learning study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published