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 don't remember having to change the step function to _step, but after looking at the code, I think replacing that step function call with _step makes sense. Could you try it and see if everything works as intended?
Hi!
I was trying to go through the training process with
SawyerPushObstacle-v0
. I met the keyword error when the following line is executedmopa-pd/rl/behavioral_cloning_visual.py
Line 367 in ac55f56
where the
step
function inBaseEnv
has nois_bc_policy
keyword.mopa-pd/env/base.py
Line 264 in ac55f56
Or, the
_step
method should be called here?mopa-pd/env/sawyer/sawyer_push_obstacle.py
Line 192 in ac55f56
Looking forward to your reply, thanks.
The text was updated successfully, but these errors were encountered: