Multi-Agent-ALE
Multi-Agent-ALE copied to clipboard
setRAM() fails on libffi 3.4.2 and higher
When trying to use ale.setRAM()
with libffi 3.4.2 and higher, the following error is thrown:
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