AttributeError: utd_ratio
when I run bash run_learner.sh from "Quick Start with SERL in Sim"
sent initial network to actor
learner: 0%| | 0/1000000 [00:00<?, ?it/s]
Traceback (most recent call last): | 0/1000000 [00:00<?, ?it/s]
File "/home/admin01/workspace/serl/examples/async_sac_state_sim/async_sac_state_sim.py", line 322, in
Don't know how to solve it, please help me !
same issue
same issue
just set FLAGS.utd_ratio=1 will solve the problem.
just set FLAGS.utd_ratio=1 will solve the problem.
it works, thanks!
just set FLAGS.utd_ratio=1 will solve the problem.
it seems to be: flags.DEFINE_integer('utd_ratio', 1,'UTD ratio (update steps per environment step) for high-frequency training')