Skip to content

Commit

Permalink
Release 0.12.1 (#3078)
Browse files Browse the repository at this point in the history
* cherry pick PR#3032 (#3066)

* better logging for ports and versions (#3048) (#3069)

* Release 0.12.1 doc fixes (#3070)

* add env.step() (#3068)

* bump version strings
  • Loading branch information
Chris Elion authored Dec 12, 2019
1 parent 299b332 commit 69c086e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gym-unity/gym_unity/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.0"
__version__ = "0.12.1"
2 changes: 1 addition & 1 deletion ml-agents-envs/mlagents/envs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.0"
__version__ = "0.12.1"
2 changes: 1 addition & 1 deletion ml-agents/mlagents/trainers/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.0"
__version__ = "0.12.1"
2 changes: 1 addition & 1 deletion notebooks/getting-started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"metadata": {},
"source": [
"### 5. Take random actions in the environment\n",
"Once we restart an environment, we can step the environment forward and provide actions to all of the agents within the environment. Here we simply choose random actions based on the `action_space_type` of the default brain. \n",
"Once we restart an environment, we can step the environment forward and provide actions to all of the agents within the environment. Here we simply choose random actions based on the `action_space_type` of the default brain.\n",
"\n",
"Once this cell is executed, 10 messages will be printed that detail how much reward will be accumulated for the next 10 episodes. The Unity environment will then pause, waiting for further signals telling it what to do next. Thus, not seeing any animation is expected when running this cell."
]
Expand Down

0 comments on commit 69c086e

Please sign in to comment.