stepjam / RLBench

A large-scale benchmark and learning environment.

Home Page:https://sites.google.com/corp/view/rlbench

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consistent resetting through np.random.Generator

eugeneteoh opened this issue · comments

Currently, resetting is not consistent due to two things:

By using np.random.Generator, we can have a seed for a Scene instance, allowing potentially allowing more determinism.
https://github.com/Farama-Foundation/Gymnasium/blob/main/gymnasium/utils/seeding.py

Great, I also find that even if I have set global random seed, the boundary and object position varies.