mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
[RLlib] Small SlateQ example fix. (#26948)
This commit is contained in:
parent
41c9ef709a
commit
b1594260ba
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ def main():
|
|||
if args.run == "DQN":
|
||||
trainer = dqn.DQN(config=config)
|
||||
else:
|
||||
trainer = slateq.SlateQTrainer(config=config)
|
||||
trainer = slateq.SlateQ(config=config)
|
||||
for i in range(10):
|
||||
result = trainer.train()
|
||||
print(pretty_print(result))
|
||||
|
|
Loading…
Add table
Reference in a new issue