Skip to content

httse9/HCPI-HF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

High-Confidence Policy Improvement from Human Feedback


Requirements:

  1. Create conda environment.
conda create -n hcpihf python=3.9
  1. Install safety-gymnasium.
conda activate hcpihf
cd safety-gymnasium
pip install -e .
  1. Install stable-baselines3
cd ../stable-baselines3
pip install -e .
  1. Install packages.
cd ..
pip install -r requirements.txt

Training & Evaluation:

script.sh contains step by step instructions with all commands to generate the main results of the paper.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages