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
My goal is to make both agent and environment parameters saved in logs of experiment. I managed to instantiate everything related to agents in hydra, but environment seems harder: e.g. if I try to define observations something like this
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My goal is to make both agent and environment parameters saved in logs of experiment. I managed to instantiate everything related to agents in hydra, but environment seems harder: e.g. if I try to define observations something like this
and call by
it will throw
My guess is that
@configclass
somehow breaks env classes.Does anyone know how to fix this error or any better way to configure envs using hydra?
Beta Was this translation helpful? Give feedback.
All reactions