Skip to content

Commit

Permalink
Merge pull request #161 from prabhatnagarajan/typo_fix
Browse files Browse the repository at this point in the history
Fixes a minor typo
  • Loading branch information
muupan authored Dec 6, 2021
2 parents edc5a35 + 0dae9e6 commit efb9056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pfrl/agents/ppo.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class PPO(agent.AttributeSavingMixin, agent.BatchAgent):
`pfrl.nn.Recurrent` and update in a recurrent
manner.
max_recurrent_sequence_len (int): Maximum length of consecutive
sequences of transitions in a minibatch for updatig the model.
sequences of transitions in a minibatch for updating the model.
This value is used only when `recurrent` is True. A smaller value
will encourage a minibatch to contain more and shorter sequences.
act_deterministically (bool): If set to True, choose most probable
Expand Down

0 comments on commit efb9056

Please sign in to comment.