Created
April 30, 2017 12:09
-
-
Save nkming2/f04d7a350d1e497014b23258ea9f4304 to your computer and use it in GitHub Desktop.
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
From 89d7466ca1ec446bf62dbe27364c21c221d92fc3 Mon Sep 17 00:00:00 2001 | |
From: Ming <nkming2@users.noreply.github.com> | |
Date: Sun, 30 Apr 2017 20:06:20 +0800 | |
Subject: [PATCH] Fix table formatting | |
--- | |
Table-of-environments.md | 7 +++---- | |
1 file changed, 3 insertions(+), 4 deletions(-) | |
diff --git a/Table-of-environments.md b/Table-of-environments.md | |
index 3974fae..cfc4cf8 100644 | |
--- a/Table-of-environments.md | |
+++ b/Table-of-environments.md | |
@@ -1,7 +1,7 @@ | |
Here is a synopsis of the environments as of 2016-06-20, in order by space dimensionality. See discussion and code in [Write more documentation about environments: Issue #106](https://github.com/openai/gym/issues/106). | |
-``` | |
-|Environment Id|Observation Space|Action Space|Reward Range|tStepL|Trials|rThresh | |
-|---|---|---|---|---|---|---|---|---|---| | |
+ | |
+|Environment Id|Observation Space|Action Space|Reward Range|tStepL|Trials|rThresh| | |
+|---|---|---|---|---|---|---| | |
| [TimePilot-ram-v0](https://gym.openai.com/envs/TimePilot-ram-v0)|Box(128,)|Discrete(10)|(-inf, inf)|10000|100|None| | |
| [Amidar-ram-v0](https://gym.openai.com/envs/Amidar-ram-v0)|Box(128,)|Discrete(10)|(-inf, inf)|10000|100|None| | |
| [WizardOfWor-ram-v0](https://gym.openai.com/envs/WizardOfWor-ram-v0)|Box(128,)|Discrete(10)|(-inf, inf)|10000|100|None| | |
@@ -160,4 +160,3 @@ Here is a synopsis of the environments as of 2016-06-20, in order by space dimen | |
| [FrozenLake8x8-v0](https://gym.openai.com/envs/FrozenLake8x8-v0)|Discrete(64)|Discrete(4)|(-inf, inf)|200|100|0.99| | |
| [OffSwitchCartpole-v0](https://gym.openai.com/envs/OffSwitchCartpole-v0)|Tuple(Discrete(2), Box(4,))|Discrete(2)|(-inf, inf)|1000|100|None| | |
| [Blackjack-v0](https://gym.openai.com/envs/Blackjack-v0)|Tuple(Discrete(32), Discrete(11), Discrete(2))|Discrete(2)|(-inf, inf)|1000|100|None| | |
-``` | |
\ No newline at end of file | |
-- | |
2.11.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Applied to https://github.com/openai/gym/wiki/Table-of-environments, thanks!