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
VersionNotFound Traceback (most recent call last) in <cell line: 13>()
11
12 # Create a NASim environment
---> 13 env = make_vec_env(env_id, n_envs=1)
14
15 # Create and train the PPO agent
6 frames /usr/local/lib/python3.10/dist-packages/gymnasium/envs/registration.py in _check_version_exists(ns, name, version)
422 message += f" It provides versioned environments: [ {version_list_msg} ]."
423
--> 424 raise error.VersionNotFound(message)
425
426 if latest_spec is not None and version < latest_spec.version:
VersionNotFound: Environment version v2 for environment TinySmall doesn't exist. It provides versioned environments: [ v0 ].
The text was updated successfully, but these errors were encountered:
VersionNotFound Traceback (most recent call last)
in <cell line: 13>()
11
12 # Create a NASim environment
---> 13 env = make_vec_env(env_id, n_envs=1)
14
15 # Create and train the PPO agent
6 frames
/usr/local/lib/python3.10/dist-packages/gymnasium/envs/registration.py in _check_version_exists(ns, name, version)
422 message += f" It provides versioned environments: [ {version_list_msg} ]."
423
--> 424 raise error.VersionNotFound(message)
425
426 if latest_spec is not None and version < latest_spec.version:
VersionNotFound: Environment version
v2
for environmentTinySmall
doesn't exist. It provides versioned environments: [v0
].The text was updated successfully, but these errors were encountered: