-
Notifications
You must be signed in to change notification settings - Fork 105
Description
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
app.run(main)
File "/home/admin01/anaconda3/envs/serl/lib/python3.10/site-packages/absl/app.py", line 312, in run
_run_main(main, args)
File "/home/admin01/anaconda3/envs/serl/lib/python3.10/site-packages/absl/app.py", line 258, in _run_main
sys.exit(main(argv))
File "/home/admin01/workspace/serl/examples/async_sac_state_sim/async_sac_state_sim.py", line 302, in main
learner(
File "/home/admin01/workspace/serl/examples/async_sac_state_sim/async_sac_state_sim.py", line 231, in learner
agent, update_info = agent.update_high_utd(batch, utd_ratio=FLAGS.utd_ratio)
File "/home/admin01/anaconda3/envs/serl/lib/python3.10/site-packages/absl/flags/_flagvalues.py", line 471, in getattr
raise AttributeError(name)
AttributeError: utd_ratio
Don't know how to solve it, please help me !