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

Although, i have installed all the necessary dependencies, i still get the above error code which has prevented the training of the dataset. #3

Open
Gabbydgoat opened this issue Jul 5, 2023 · 3 comments

Comments

@Gabbydgoat
Copy link

          Although, i have installed all the necessary dependencies, i still get the above error code which has prevented the training of the dataset.

error debug

error debug

Originally posted by @Gabbydgoat in #2 (comment)

@BohyungPaeng
Copy link
Owner

The error is related to the args.state_dim not corresponding with actual state vector generated in wrapper.py.
args.state_dim is correctly given as (10,62) by default configuration in config.py (when args.did=0 and args.F=10)
It means that wrapper.py is somewhat wrong, which generated 440 = 10*44 size state
Missing # of values per family is 62-44=18.. and hard to think obvious reason, however, some possibilities are as follows.

  1. self.sopt in wrapper.py must remain as 'mat' (default argument), or 4*(# of job attributes)=16 can be omitted
  2. args.use must remain as default value : [1,2,3,4,5,7]
    Try checking the above two items. The easist way to skip the error might be to force args.state_dim as [10,44]

I am sorry that you stuck in an error even with default configuration and right dependencies..
Thanks for reporting and Help me fix this error with yet unknown causes

@johnpapiscurious
Copy link

johnpapiscurious commented Feb 6, 2024

Hi there,
Has this issue been resolved yet? I am curious in testing the code out.
Thank you!
@BohyungPaeng

@Gabbydgoat
Copy link
Author

Gabbydgoat commented Feb 12, 2024 via email

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

3 participants