Enable vtrace by default (#10962)

This commit is contained in:
Michael Luo
2020-09-22 22:18:21 -07:00
committed by GitHub
parent df4c3abe30
commit ba5a3ae9e2
+1 -1
View File
@@ -31,7 +31,7 @@ DEFAULT_CONFIG = impala.ImpalaTrainer.merge_trainer_configs(
{
# Whether to use V-trace weighted advantages. If false, PPO GAE
# advantages will be used instead.
"vtrace": False,
"vtrace": True,
# == These two options only apply if vtrace: False ==
# Should use a critic as a baseline (otherwise don't use value