Change experiement yaml file

if i created my own yaml file for experiment, can i change the line: env: procgen_env_wrapper to env: custom_wrapper ? Can we use custom yaml file or must use the existing yaml file?

Hello @comet

You can use your own wrapper for the training phase. But we will use the procgen_env_wrapper that was provided in the starter for the rollouts.

You can use your own experiment yaml file. You need to make sure to make necessary changes in run.sh (https://github.com/AIcrowd/neurips2020-procgen-starter-kit/blob/master/run.sh#L8) as well.