mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
[rllib] Fix bounds of space returned by preprocessor.observation_space (#4736)
This commit is contained in:
@@ -99,7 +99,7 @@ This is how the example in the previous section looks when written using a polic
|
||||
|
||||
# this optimizer implements the IMPALA architecture
|
||||
optimizer = AsyncSamplesOptimizer(
|
||||
local_evaluator, remote_evaluator, train_batch_size=500)
|
||||
local_evaluator, remote_evaluators, train_batch_size=500)
|
||||
|
||||
while True:
|
||||
optimizer.step()
|
||||
|
||||
Reference in New Issue
Block a user