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

Problem during model training #1

Open
AndreyDorokxov opened this issue Mar 20, 2023 · 1 comment
Open

Problem during model training #1

AndreyDorokxov opened this issue Mar 20, 2023 · 1 comment

Comments

@AndreyDorokxov
Copy link

Hi! I have successfully recorded the data from the game and converted it. But when I started training the model, the following error appeared:
Traceback (most recent call last):
File "C:\video-game-behavioural-cloning-master\train.py", line 101, in
gen = Multi process Atari Data Loader(dataloader_args, args.workers)
File "C:\video-game-behavioural-cloning-master\utils\atari_dataloader.py", line 524, in init
self.shape = loader._get_image(0, 0).shape
File "C:\video-game-behavioural-cloning-master\utils\atari_dataloader.py", line 184, in _get_image
traj_name = self.all_trajs[traj]
IndexError: list index out of range
I tried to solve this error on my own, but I'm new to programming and I couldn't do it.
I hope you will find time to help me)

@Miffyli
Copy link
Collaborator

Miffyli commented Mar 20, 2023

Hey, unfortunately we are not actively developing this thing and have not touched the code in a long while, so it is hard to say where the issue is :( . I'd look for help on some other forums with programmers who are willing to help if you are really blocked.

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

No branches or pull requests

2 participants