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

GRF Environment Installation Issues #118

Open
gyhai-sys opened this issue Nov 4, 2024 · 1 comment · May be fixed by #119
Open

GRF Environment Installation Issues #118

gyhai-sys opened this issue Nov 4, 2024 · 1 comment · May be fixed by #119

Comments

@gyhai-sys
Copy link

I am encountering problems while installing the GRF environment. The requirements specify Python 3.6, which is proving to be unhelpful for debugging and installation. I am currently using Python 3.7.

Additionally, in the football_runner.py file, the method self.insert(data) is receiving an unexpected parameter, rnn_states. Upon further investigation, I found that the keyword argument in self.buffer.insert() is rnn_states, but it should actually be rnn_states_actor. This needs to be corrected to rnn_states_actor=rnn_states.

Lastly, the latest version of Gym returns two values from the reset method, so I will need to downgrade to version 0.22 to resolve compatibility issues.

@HosnLS HosnLS linked a pull request Nov 4, 2024 that will close this issue
@HosnLS
Copy link
Contributor

HosnLS commented Nov 4, 2024

Thank you. A new PR is raised to fix this problem.

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

Successfully merging a pull request may close this issue.

2 participants