Skip to content

Official GitHub Repository for TRC:Trust Region Conditional Value at Risk for Safe Reinforcement Learning.

License

Notifications You must be signed in to change notification settings

rllab-snu/Trust-Region-CVaR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRC: Trust Region Conditional Value at Risk for Safe Reinforcement Learning

This is an official GitHub Repository for paper (link):

  • Dohyeong Kim and Songhwai Oh, “TRC: Trust region conditional value at risk for safe reinforcement learning,” IEEE Robotics and Automation Letters, vol. 7, no. 2, pp. 2621–2628, Apr. 2022.

  • This paper proposes a CVaR-constrained safe RL method (called TRC).

License

Distributed under the MIT License. See LICENSE for more information.

requirement

How to use

tf1

  • training:

    • cd tf1
      bash train_{env_name}.sh
  • test:

    • cd tf1
      bash test.sh

torch

  • training:

    • cd torch
      bash train_{env_name}.sh
  • test:

    • cd torch
      bash test.sh

Supported environments

  • Safety-Gym: Safexp-PointGoal1-v0, Safexp-PointGoal1-v0, Doggo-v0 (which is a hierarchical version of Safexp-DoggoGoal1-v0)

  • MuJoCo: Jackal-v0

About

Official GitHub Repository for TRC:Trust Region Conditional Value at Risk for Safe Reinforcement Learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published