Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError while running the file minigrid_dqn.py #148

Open
shreyassr123 opened this issue Jun 16, 2024 · 1 comment
Open

TypeError while running the file minigrid_dqn.py #148

shreyassr123 opened this issue Jun 16, 2024 · 1 comment
Labels

Comments

@shreyassr123
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants