You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Scope RL doesn't appear to be compatible with Gymnasium - only with Gym which is no longer maintained.
The text was updated successfully, but these errors were encountered: