Skip to content

ketvector/rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository hosts my (ongoing) implementations of RL algorithms. I am using

  • gymnasium for the environments.
  • pytorch for implementing the algorithm.

Implementations:

  • I have implemented Policy Gradient with Baseline in vpg.py. The weights for trained policy are stored in saved-models. You can run test.py to run the agent with the saved policy.

    Results from the trained vpg model: rl-demo.webm

    Avearage reward before training = 9.5 / 500
    Avearage reward after training = 499.3 / 500

About

reinforcement learning models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages