Hello.
I’m running the following command:
rllib train --run DREAMER -f tuned_examples/dreamer/dreamer-cartpole.yaml
in the yaml file, I just set
env: Cartpole-v0
for the rest it is the same as dreamer-deepmind-control.yaml
It seems to run, although all the time it just shows:
and in the log dir there are only two .json files
What I want to ask is whether this is expected or where the tensorboard file is?
Thank you.