liuzuxin / cvpo-safe-rl

Code for "Constrained Variational Policy Optimization for Safe Reinforcement Learning" (ICML 2022)
GNU General Public License v3.0
63 stars 7 forks source link

where is default_config.yaml #8

Closed xzhang2523 closed 1 year ago

xzhang2523 commented 1 year ago

It says: FileNotFoundError: [Errno 2] No such file or directory: 'safe_rl/config/default_config.yaml'

liuzuxin commented 1 year ago

Hi @xzhang2523 ,could you provide the commands you executed that output this message? Note that the config files are located in the script/config folder. To run the code, you have to use the script/run.py or script/experiment.py, as described in the instructions.