diambra / arena

DIAMBRA Arena: a New Reinforcement Learning Platform for Research and Experimentation
https://docs.diambra.ai
Other
307 stars 22 forks source link

Install engine_mock, refactor tests, pin wheel #65

Closed alexpalms closed 1 year ago

alexpalms commented 1 year ago

@discordianfish no idea why this is failing, as nothing changed in that preparation point since last working time (here: https://github.com/diambra/arena/actions/runs/4604097793/jobs/8134715119)...

Any hint?

discordianfish commented 1 year ago

@alexpalms No, but the reason is probably some unpinned dependency, maybe python itself.

See the workling: Successfully set up CPython (3.11.2) vs Non working: Successfully set up CPython (3.11.3)

discordianfish commented 1 year ago

Maybe it needs a newer pip version. I'd try doing pip install --upgrade pip before the build and if that doesn't fix it, try pinning the python version to 3.11.2 and wait until someone else fixes the setup python action.