Hi, I want to train R-network for ant_no_reward env, but when I run python -m launcher_script --workdir=/tmp/ec_workdir --method=ppo_plus_ec --scenario=ant_no_reward
it shows
As of today, the code does not support R-network training for non-DMLab scenarios. You can use provided checkpoints instead.
How can I fix it?
Hi, I want to train R-network for ant_no_reward env, but when I run
python -m launcher_script --workdir=/tmp/ec_workdir --method=ppo_plus_ec --scenario=ant_no_reward
it showsAs of today, the code does not support R-network training for non-DMLab scenarios. You can use provided checkpoints instead.
How can I fix it?