Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't initialize an environment with seed #600

Open
zhaoyi11 opened this issue Dec 24, 2024 · 0 comments
Open

Can't initialize an environment with seed #600

zhaoyi11 opened this issue Dec 24, 2024 · 0 comments
Assignees

Comments

@zhaoyi11
Copy link

System Info

v1.5, Ubuntu

Information

When initializing an environment with seed, it reports TypeError: NutAssembly.__init__() got an unexpected keyword argument 'seed'.

In ManipulationEnv and RobotEnv, the seed is in the argument list, e.g.,

. But seed is missing for a specific task, e.g.,
class Stack(ManipulationEnv):

This should cause an unseeded environment.

BR,
Yi

Reproduction

To reproduce this:

import robosuite as suite
env = suite.make(env_name='Lift', robots='IIWA', seed=1)

### Expected behavior

_No response_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants