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

[Bug] eval_sample_factory.py #75

Open
RyanXXX123 opened this issue Nov 9, 2023 · 0 comments
Open

[Bug] eval_sample_factory.py #75

RyanXXX123 opened this issue Nov 9, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@RyanXXX123
Copy link

Operating system

Ubuntu

Bug description

eval_sample_factory.py

Steps to reproduce

run python eval_sample_factory.py

Relevant log output

(nocturne) root@ryan:/home/ryan/nocturne/scripts/paper_plots# python eval_sample_factory.py 
[2023-11-09 11:49:08,314][26147] Default env families supported: ['doom_*', 'atari_*', 'dmlab_*', 'mujoco_*', 'MiniGrid*']
[2023-11-09 11:49:08,314][26147] Env registry entry created: my_custom_multi_env_
[2023-11-09 11:49:08,314][26147] Adding model class <class 'examples.sample_factory_files.run_sample_factory.CustomEncoder'> to registry (with name custom_env_encoder)
Traceback (most recent call last):
  File "eval_sample_factory.py", line 1317, in <module>
    sys.exit(main())
  File "eval_sample_factory.py", line 1045, in main
    for key in data_dicts[0].keys():
IndexError: list index out of range
@RyanXXX123 RyanXXX123 added the bug Something isn't working label Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant