Closed andreped closed 1 year ago
I'm having issues getting it to see anything, might be related but switching between classic and standard doesn't help a bit. This was a fresh install. Windows 10.
Edit: nvm, I just found the classic skin for the animals. But its now it's numpy errors
Hello, @laughinggaschambers! :]
I'm having issues getting it to see anything, might be related but switching between classic and standard doesn't help a bit. This was a fresh install. Windows 10.
This is a exactly the same as observed in issue https://github.com/andreped/super-ml-pets/issues/52.
Basically, all pets' icons needs updating, AFAIK. However, both you and @Potajito actually find pets on the windows version, whereas I had issues from the web app. Might be that this is easier to solve than I first anticipated, and that reverting to the old style actually resolves the icon issue. But that means that there is another cause for this issue.
Did a little poking around the code, a dirty quick fix is to
add action = int(action)
in deploy_agent.py at line 125
it runs then.
Did a little poking around the code, a dirty quick fix is to add
action = int(action)
in deploy_agent.py at line 125 it runs then.
Oh, that's surprising. But great! Perhaps there is a versioning issue with numpy, stable-baseline3, or similar.
Could you make a PR with this fix and I could run some tests and review it?
I saw you made a PR. Great!
I made a comment which it would be great if you addressed before merging, see https://github.com/andreped/super-ml-pets/pull/56
Fixed in https://github.com/andreped/super-ml-pets/pull/56.
I also added the additional step of changing the UI style in the deployment instructions in be6857123bce5b52d926adb38e7f44b6da6823f1.
Just tested this now on my windows laptop at home, and it does indeed work. However, I came across another issue, related to event regarding health after a game, see issue https://github.com/andreped/super-ml-pets/issues/57.
Switching to classical style partly resolves this issue as mentioned in https://github.com/andreped/super-ml-pets/issues/52#issuecomment-1500241721.
This uses the old style of the animals. However, the UI might still be slightly different.