Skip to content

Commit f497a27

Browse files
committed
Fix typo
1 parent 06e4b76 commit f497a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/unitytrainers/ppo/trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def take_action(self, all_brain_info: AllBrainInfo):
198198

199199
def construct_curr_info(self, next_info: BrainInfo) -> BrainInfo:
200200
"""
201-
Constructs a BrainInfo which contains the lost recent previous experiences for all agents info
201+
Constructs a BrainInfo which contains the most recent previous experiences for all agents info
202202
which correspond to the agents in a provided next_info.
203203
:BrainInfo next_info: A t+1 BrainInfo.
204204
:return: curr_info: Reconstructed BrainInfo to match agents of next_info.

0 commit comments

Comments
 (0)