jurgisp / memory-maze

Evaluating long-term memory of reinforcement learning algorithms
MIT License
129 stars 13 forks source link

WARNING:absl:Cannot set velocity on Entity with no free joint. #20

Closed NM512 closed 1 year ago

NM512 commented 1 year ago

Hi,

Thanks for making nice benchmark task. I'm curious if there is a way to avoid following warning output once a episode. Am I wrong to use? This warning seems to appear on other people's terminal as well.

WARNING:absl:Cannot set velocity on Entity with no free joint.

I'm using this repo and following command with python3.8.

python3 dreamer.py --configs MemoryMaze --logdir ./logdir/test

Thanks in advance!

Best regards, NM512

jurgisp commented 1 year ago

I'm getting this warning too, unfortunately, couldn't get rid of it without changing dm_control lib.

NM512 commented 1 year ago

Ok, I got it. Thanks for your really quick reply!