balloon-learning-environment icon indicating copy to clipboard operation
balloon-learning-environment copied to clipboard

Running BLE on Windows 10 (Home) Environment

Open joshcarterhi opened this issue 2 years ago • 2 comments

Very interested in running your tool. Tried running your sanity check via Pycharm on windows 10

` from balloon_learning_environment.env import balloon_env

env = balloon_env.BalloonEnv() ` got error not jax library. Installed jax 0.3.14 via pip.

But got error saying no jaxlib. Was unable to install jaxlib using basic install (e.g., pip install jaxllib), and learned there are issues using jax and jaxlib running on windows. Tried the work around:

pip install "jax[cpu]===0.3.14" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver

Now I have jax/jaxlib 0.3.14 installed but problems continue. Last run gave lots of warnings and

( File "C:\Users\Craig\anaconda3\envs\bmrl2\lib\site-packages\tensorflow_probability\python\internal\backend\jax\ops.py", line 676, in instancecheck return isinstance(instance, jax.Array) AttributeError: module 'jax' has no attribute 'Array'

I can detail errors but before climbing this mountain, can you tell me if the simulation code can run on windows?

If not I'll look into a VM for my PC.

Thank You Craig

joshcarterhi avatar Jan 25 '23 23:01 joshcarterhi