-
Notifications
You must be signed in to change notification settings - Fork 722
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #901 from porta-logica:master
PiperOrigin-RevId: 591437086 Change-Id: If29bd104009954c5773f242b84332c33ac8ec529
- Loading branch information
Showing
14 changed files
with
1,455 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#-*-Python-*- | ||
import tf_agents.environments.suite_gymnasium | ||
|
||
## Configure Environment | ||
ENVIRONMENT = @suite_gymnasium.load() | ||
suite_gymnasium.load.environment_name = %ENVIRONMENT_NAME | ||
# Note: The ENVIRONMENT_NAME can be overridden by passing the command line flag: | ||
# --params="ENVIRONMENT_NAME='CartPole-v1'" | ||
ENVIRONMENT_NAME = 'CartPole-v1' |
Oops, something went wrong.