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

Compatibility with Gymnasium #29

Open
Joakim-Blach-Andersen opened this issue Mar 22, 2024 · 0 comments
Open

Compatibility with Gymnasium #29

Joakim-Blach-Andersen opened this issue Mar 22, 2024 · 0 comments

Comments

@Joakim-Blach-Andersen
Copy link

Scope RL doesn't appear to be compatible with Gymnasium - only with Gym which is no longer maintained.

dataset = SyntheticDataset(
... env=env,
... max_episode_steps=custom_env.step_per_episode,
... )
Traceback (most recent call last):
File "", line 1, in
File "", line 9, in init
File "/Users/joakimblach/Documents/PhD/research-efficient-off-policy-evaluation/env/lib/python3.11/site-packages/scope_rl/dataset/synthetic.py", line 206, in post_init
raise ValueError(
ValueError: env must be a child class of gym.Env

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

1 participant