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

How to produce deterministic episode? #233

Open
jmkim0309 opened this issue Feb 14, 2022 · 1 comment
Open

How to produce deterministic episode? #233

jmkim0309 opened this issue Feb 14, 2022 · 1 comment

Comments

@jmkim0309
Copy link

How can I produce fixed, deterministic episode?
Is there any control parameters like random seed to be fixed?

@tkoeppe
Copy link
Collaborator

tkoeppe commented Feb 14, 2022

This should already be the case -- the idea behind https://github.com/deepmind/lab/blob/47cd06cd9fb9fe7ce19030ba2a97878356420088/third_party/rl_api/env_c_api.h#L252-L259 is that the provided seed allows reproducing a run, and I think DeepMind Lab tries to be deterministic. Have you found a situation where that doesn't work? Does it involve bots?

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