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
Hello, thanks for bringing this up. Currently working on a fix for this. For the time being, setting a numpy global seed should work for reproduceability
System Info
Information
When initializing an environment with seed, it reports
TypeError: NutAssembly.__init__() got an unexpected keyword argument 'seed'
.In
ManipulationEnv
andRobotEnv
, theseed
is in the argument list, e.g.,robosuite/robosuite/environments/manipulation/manipulation_env.py
Line 153 in 154491f
seed
is missing for a specific task, e.g.,robosuite/robosuite/environments/manipulation/stack.py
Line 15 in 154491f
This should cause an unseeded environment.
BR,
Yi
Reproduction
To reproduce this:
The text was updated successfully, but these errors were encountered: