Limmen / gym-idsgame

An Abstract Cyber Security Simulation and Markov Game for OpenAI Gym
MIT License
72 stars 18 forks source link

gym.error.NameNotFound: Environment `idsgame-maximal_attack` doesn't exist. #13

Open ianbryant2 opened 4 months ago

ianbryant2 commented 4 months ago

Anyone have a way to rectify the issue? Thanks

Limmen commented 4 months ago

It indicates that the environment has not been registered with gym. To register the environment this code must run: https://github.com/Limmen/gym-idsgame/blob/master/gym_idsgame/__init__.py

It runs automatically if you import any class from gym_idsgame. @ianbryant2