Skip to content

Commit

Permalink
[Doc] Update coding_ppo.py (pytorch#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaangupta authored Sep 3, 2023
1 parent 9fded1a commit 3595c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/sphinx-tutorials/coding_ppo.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
# f_{\theta}(\text{observation}) = \mu_{\theta}(\text{observation}), \sigma^{+}_{\theta}(\text{observation})
#
# The only extra-difficulty that is brought up here is to split our output in two
# equal parts and map the second to a scrictly positive space.
# equal parts and map the second to a strictly positive space.
#
# We design the policy in three steps:
#
Expand Down

0 comments on commit 3595c45

Please sign in to comment.