We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to use ale.setRAM() with libffi 3.4.2 and higher, the following error is thrown:
ale.setRAM()
File ".../lib/python3.8/site-packages/multi_agent_ale_py/ale_python_interface.py", line 348, in setRAM return ale_lib.setRAM(self.obj, memory_index, value) RuntimeError: ffi_prep_cif_var failed
Fixed by #15
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to use
ale.setRAM()
with libffi 3.4.2 and higher, the following error is thrown:Fixed by #15
The text was updated successfully, but these errors were encountered: