MushroomRL / mushroom-rl

Python library for Reinforcement Learning.
MIT License
811 stars 146 forks source link

TypeError while running the file minigrid_dqn.py #148

Open shreyassr123 opened 3 months ago

shreyassr123 commented 3 months ago

I am getting the following TypeError:

File ~/Desktop/mushroom-rl-master/examples/minigrid_dqn.py:274 in experiment mdp = MiniGrid(args.name, history_length=args.history_length)

TypeError: 'NoneType' object is not callable

Harry-maximum commented 2 months ago

I think you passed some of the wrong names inside of the args, so I think you need to check your args names carefully?

boris-il-forte commented 3 weeks ago

Sorry for the very late response. I think the issue is simply that you don't have minigrid installed, therefore the class name is not instantiated (it is set to None)