NetworkAttackSimulator
NetworkAttackSimulator copied to clipboard
I NEED A HELP AS A BEGINER: SEE THE ERROR I AM GETTING AND HELP ME PLEASE
VersionNotFound Traceback (most recent call last)
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 ].