You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified my script runs in a clean environment and reproduces the issue.
I have verified the issue also occurs with the latest wheels.
Error Message
Traceback (most recent call last):
File "alpha0_err1.py", line 58, in <module>
action = agent.compute_action(obs)
File "/home/md/miniconda3/envs/simpy/lib/python3.7/site-packages/ray/rllib/agents/trainer.py", line 819, in compute_action
policy_id].transform(observation)
File "/home/md/miniconda3/envs/simpy/lib/python3.7/site-packages/ray/rllib/models/preprocessors.py", line 240, in transform
self.write(observation, array, 0)
File "/home/md/miniconda3/envs/simpy/lib/python3.7/site-packages/ray/rllib/models/preprocessors.py", line 247, in write
observation = OrderedDict(sorted(observation.items()))
AttributeError: 'function' object has no attribute 'items'
The text was updated successfully, but these errors were encountered:
lairning
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Jan 30, 2021
lairning
changed the title
RLLIB / AlphaZero brokes in compute_action()
[rllib] AlphaZero brokes in compute_action()
Jan 30, 2021
What is the problem?
RLLIB / AlphaZero brokes in compute_action()
Reproduction (REQUIRED)
Error Message
The text was updated successfully, but these errors were encountered: