NetworkAttackSimulator icon indicating copy to clipboard operation
NetworkAttackSimulator copied to clipboard

I NEED A HELP AS A BEGINER: SEE THE ERROR I AM GETTING AND HELP ME PLEASE

Open engrsulaiman opened this issue 1 year ago • 0 comments

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 ].

engrsulaiman avatar May 01 '24 18:05 engrsulaiman