-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Project import generated by Copybara.
PiperOrigin-RevId: 269551668
- Loading branch information
Showing
10 changed files
with
29 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,11 @@ should not change, as modifications made to the environment are either | |
new features or backward compatible bug fixes. We will maintain vX branches | ||
pointing at the most recent vX.Y. | ||
|
||
v1.5 | ||
- Fix to numerical issue resulting in asserts in long runs (https://github.com/google-research/football/issues/78). | ||
- Eliminate dependense on Glee (https://github.com/google-research/football/issues/77) | ||
- Created [email protected] email for direct contact with the environment team. | ||
|
||
v1.4 | ||
- Added implementation of architecture 'gfootball_impala_cnn' used in the paper. | ||
- Added possibility of loading PPO checkpoints as players, added example checkpoints (for levels 11_vs_11_easy_stochastic and academy_run_to_score_with_keeper). | ||
|
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 |
---|---|---|
|
@@ -10,6 +10,11 @@ We'd like to thank Bastiaan Konings Schuiling, who authored and open-sourced the | |
For more information, please look at our [paper](https://arxiv.org/abs/1907.11180). | ||
|
||
Mailing list: https://groups.google.com/forum/#!forum/google-research-football | ||
Comments / suggestions / feature ideas are welcome on this list, and please | ||
use it to communicate with us (in addition to GitHub issues). | ||
|
||
For non-public matters that you'd like to discuss directly with the Google Research Football team, | ||
please use [email protected]. | ||
|
||
## Installation | ||
Currently we're supporting only Linux and Python3. | ||
|
@@ -18,7 +23,7 @@ You can either install the code from github (newest version) or from pypi (stabl | |
1. Install required apt packages with | ||
`sudo apt-get install git cmake build-essential libgl1-mesa-dev libsdl2-dev | ||
libsdl2-image-dev libsdl2-ttf-dev libsdl2-gfx-dev libboost-all-dev | ||
libdirectfb-dev libst-dev mesa-utils xvfb x11vnc glee-dev libsdl-sge-dev | ||
libdirectfb-dev libst-dev mesa-utils xvfb x11vnc libsdl-sge-dev | ||
python3-pip` | ||
|
||
1. Install gfootball python package from pypi: | ||
|
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
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