mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[RLlib]: Fix OPE docs. (#27460)
This commit is contained in:
parent
894e19f791
commit
600b8d4729
1 changed files with 2 additions and 2 deletions
|
@ -124,11 +124,11 @@ We can now train a DQN algorithm offline and evaluate it using OPE:
|
|||
"wis": {"type": WeightedImportanceSampling},
|
||||
"dm_fqe": {
|
||||
"type": DirectMethod,
|
||||
"q_model_config": {"type": FQETorchModel, "tau": 0.05},
|
||||
"q_model_config": {"type": FQETorchModel, "polyak_coef": 0.05},
|
||||
},
|
||||
"dr_fqe": {
|
||||
"type": DoublyRobust,
|
||||
"q_model_config": {"type": FQETorchModel, "tau": 0.05},
|
||||
"q_model_config": {"type": FQETorchModel, "polyak_coef": 0.05},
|
||||
},
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue