Skip to content

rubenbalbastre/rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL Experiments

This repository is a workspace for running and tracking reinforcement learning (RL) experiments. It contains small prototypes, training scripts, and plots used to explore algorithms and environments. Everything is implemented from scratch.

Experiments

  • CartPole: REINFORCE (Monte-Carlo policy gradient) with per-episode updates and training curves in cartpole/.
  • LunarLanderContinuous: PPO (actor-critic) with GAE and clipped objective, with metrics plots in lunar_lander/.

Structure

All experiments share a common structure:

  • README.md: description of the experiment
  • train.py: training code and experiment-specific assets
  • figures/: generated figures and plots

Notes

This is an evolving sandbox; scripts and results may change as experiments progress.

About

A set of experiments from scratch in deep reinforcement learning.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages