Hello,
I have a tiny suggestion to improve the code. In train.py, the current default algo is SAC, which is a little bit counter intuitive for the CrossQ repository. My suggestion is to change it to crossq in case user forgets to change it when running.
Hello, I have a tiny suggestion to improve the code. In
train.py
, the current default algo is SAC, which is a little bit counter intuitive for the CrossQ repository. My suggestion is to change it tocrossq
in case user forgets to change it when running.Suggested change:
side note: currently in
help
there is a typo - "critic activation function" instead of help related to choosing the agent.