You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mario Competition
Hello,
I am hoping to use Mario AI for a school project and wanted to program
the agent in Python. I am having difficulty getting started. I am
working in Windows Vista.
When I try and run DemoForwardJumpingAgent.py (same applies to
DemoForwardAgent.py),
loadName = find_library(name)
is returning None. This causes libamico = ctypes.CDLL(loadName) to
crash.
if you change
libamico = ctypes.CDLL('AmiCoPyJava.dll')
it continues a bit further until it crashes at
obs = getEntireObservation(1, 0)
With the error being that getEntireObservation is trying to access
0x00000000.
Any help is appreciated. Thanks.
P.S. I tried running this on Ubuntu and libAmiCoPyJava.so does seem to
be included.