Skip to content

Commit 3e87ee0

Browse files
committed
comment
1 parent 6c024f1 commit 3e87ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_single_controller_ppo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ async def run(self, num_iterations: int, experience_buffer: 'ExperienceBuffer',
487487
# the overall design rn is we have a async def run function for each of the subcontroller that is responsible for async primitives but leave the rest of the logic to be sync function and use
488488
# asyncio.to_thread to bridge the async and sync world
489489

490-
# TODO: Load experience buffer from checkpoints
490+
# TODO: Load experience buffer from checkpoints, this will make checkpointing work for async
491491
for _ in range(num_iterations):
492492
# Simple example of adding elements to the experience buffer
493493
# Populate the train actor group with the rollouts and then train

0 commit comments

Comments
 (0)