Closed dominikonysz closed 8 months ago
We will publish a new version this week. Maybe you can just wait two more days.
Sounds great, looking forward to it!
We've published the update.
If you have any other questions, please don't hesitate to ask here.
@dominikonysz
Great, I'll have a look at it. Thank for you the notification
Hey, two small questions came up:
matplotlib>=3.7.1
and then the matplotlib==3.6.0
dependency clashedDict
observation spaces are not supported for e.g. ICM yet, correct? Is there any plan to support them in the future?RaffinCombinedEncoder
from rllte.xploit.encoder. Also, you need to clone the repo and change the code youself first. We will add the feature later.Yes alright, thank you! So far it is working with some adjustments so that is perfectly fine for me.
I'll close this issue for now since this isn't related to the original problem anymore. Cheers
š Bug
Hello,
I'm having problems properly installing and using RLLTE. The fixed
arch==5.3.0
dependency makes it impossible to install it using Python 3.11. Changing it toarch>=5.3.0
resolves that issue and installs it without errors (Maybe the limitation is not required anymore). I used thereward
branch to install withpip install -e .
.However, even after installing correctly no reward module (from
rllte.xplore.reward
) can be import due to the missingenvpool
dependency. Simply installingenvpool
is not possible as neither pip nor conda have it available. Installingrllte
with[envs]
fails for the same reason.Is there some workaround for these issues or would it be possible to somehow remove the dependency for
envpool
if only needing the reward modules? It doesn't seem like it required for that part of the codeTo Reproduce
reward
branchconda create -n rllte python=3.11
arch==5.3.0
toarch>=5.3.0
in pyproject.tomlpip install -e .
Relevant log output / Error message
System Info
No response
Checklist