Skip to content

Commit 06e4b76

Browse files
committed
Add to docstring
1 parent 89e6001 commit 06e4b76

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
@@ -201,7 +201,7 @@ def construct_curr_info(self, next_info: BrainInfo) -> BrainInfo:
201201
Constructs a BrainInfo which contains the lost 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.
204-
:return:
204+
:return: curr_info: Reconstructed BrainInfo to match agents of next_info.
205205
"""
206206
visual_observations = [[]]
207207
vector_observations = []

0 commit comments

Comments
 (0)