TheCrazyT
TheCrazyT
After upgrading my msys i sadly noticed that its incompatible. Current package is on appveyor *msys_2_11_1_x86_64.whl, while my msys is 2.11.2 . (of course i could simply rename the package...
Sadly most tests keep failing atm. "lapack_lite.cpython-37m.dll' (0x1000000) is already occupied" "tw-play" seems to work randomly https://imgur.com/a/pJXMSTD sometimes i get that "lapack_lite"-error followed by a "Resource temporary unavailable". Edit: Well...
Oh well ... figured out there are even more tests: https://ci.appveyor.com/project/TheCrazyT/textworld/builds/23833466 Some are probably not easy to fix. Edit: Forgot to copy Actions.i6t, now only 2 errors left: https://ci.appveyor.com/project/TheCrazyT/textworld Sadly...
for python3.7 you could test this: https://github.com/TheCrazyT/TextWorld/releases/tag/1.1.1.77 (just try "python -m pip install textworld-1.1.1-cp37-cp37m-msys_2_11_2_x86_64.whl" after download) But I am not able to build a new version (that works for 3.8.1)...
alright created a new version for newest msys (3.0.7, with python 3.7): The "wheel" for pip can be downloaded here: https://github.com/TheCrazyT/TextWorld/releases/tag/1.1.1.127 Took me some time to figure out working versions...
Sadly I'm not able to test. Was using cygwin long time ago ... not shure how up to date it is atm. I prefer msys (well actually msys2 because of...
Just created a version for cygwin("textworld-1.1.1-cp37-cp37m-cygwin_3_1_2_x86_64.whl"), let me know if it works: https://github.com/TheCrazyT/TextWorld/releases/tag/1.1.1.192
@MarcCote looks like jericho would need better windows support on newest version,too. Currently TextWorld 1.2 would be buildable ... but the tests fail at "CDLL(None).dlclose" (you already wrote inside the...
Yeah i believe ther is something wrong here. I solved the problem by creating a symbolic link of rl-algs into mlsh_code with the name "rl_algs". i then did: `touch rl-algs/__init__.py`...
Alright, guess i misunderstood macro_duration since it seems to define the tick where a new substrategy is choosen. (guess i mixed it up with "max_episode_steps") Using an "or" would be...