View source on GitHub |
Sequential Actor Network for PPO.
Classes
class PPOActorNetwork
: Contains the actor network structure.
Functions
tanh_and_scale_to_spec(...)
: Maps inputs with arbitrary range to range defined by spec using tanh
.
View source on GitHub |
Sequential Actor Network for PPO.
class PPOActorNetwork
: Contains the actor network structure.
tanh_and_scale_to_spec(...)
: Maps inputs with arbitrary range to range defined by spec using tanh
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-26 UTC.