Closed BurakDmb closed 5 months ago
Hi,
Thank you for your efforts in the SERL paper and the repo.
I want to ask if you used the same hyperparameters in the experiments in the paper with the examples in this repo.
If different, what values did you use for these parameters: Network size, discount rate, temperature_init, utd_ratio, and the encoder type?
Network size
discount rate
temperature_init
utd_ratio
encoder type
IIRC all the hyperparameters provided here are default used in those experiments. @Leo428 can correct me if Im wrong.
hi @BurakDmb, the hyperparams for each task and experiment is specified in the .sh files. For example, here
Hi,
Thank you for your efforts in the SERL paper and the repo.
I want to ask if you used the same hyperparameters in the experiments in the paper with the examples in this repo.
If different, what values did you use for these parameters:
Network size
,discount rate
,temperature_init
,utd_ratio
, and theencoder type
?