-
Notifications
You must be signed in to change notification settings - Fork 62
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
Problem of running dataset/make_training_data.py script #14
Comments
Have you implemented the program of Mars data experiment? Can you share how to generate a Mars data set? |
hi ,i faced this problem , can you show your floder for me? |
Surely, I run this project in Pycharm with Windows, and here is my floder structure: |
I think your problem is your save_path error |
Thank you very much for suggesting a solution, I have successfully solved the problem! save_path = "gridworld_{0}x{1}".format(dom_size[0], dom_size[1]) |
Hi
When I tried to run the
make_training_data.py
script to generate thegridworld.npz
file, I got the following error:And I found that line 101 should be modified as follows:
The text was updated successfully, but these errors were encountered: