I\'ve made a custom env using gym.Env as parent class and everything works well running single core. I\'ve started the code as follows:
class MyEnv(gym.Env):