Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit ef283ac

Browse files
committed
Change comments.
PiperOrigin-RevId: 242312909
1 parent 22b964c commit ef283ac

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

tensor2tensor/trax/rlax/ppo.py

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
"""PPO in JAX.
17-
18-
Automatically generated by Colaboratory.
19-
20-
Original file is located at
21-
https://colab.research.google.com/drive/10TTS11vHoZYD4n1h7EXNX5jhLgfqZK6r
22-
23-
# [go/ppo-jax](http://go/ppo-jax)
24-
25-
- Full batched implementation
26-
- Policy implementations
27-
- Greedy
28-
- Epsilon Greedy
29-
- Categorical
30-
"""
16+
"""PPO in JAX."""
3117

3218
from __future__ import absolute_import
3319
from __future__ import division

0 commit comments

Comments
 (0)