Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for branch convergence #18

Open
wants to merge 82 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 63 commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
61c4439
test ignoring docs again
vonHartz Jun 7, 2021
0912f8a
ignore build
vonHartz Jun 7, 2021
e595120
added exec flag
vonHartz Jun 7, 2021
3795d3a
rebuilt docs
vonHartz Jun 7, 2021
4e43fc2
also ignore autosummary, .
vonHartz Jun 7, 2021
25cfabe
removed compiled autosummary
vonHartz Jun 7, 2021
f9a3094
made agnostics to sys lang/locale"
vonHartz Jun 7, 2021
6905088
made agnostics to sys lang/locale
vonHartz Jun 7, 2021
e3af590
replaced sed with awk
vonHartz Jun 7, 2021
7ba4101
Merge branch 'dev/jan' of github.com:automl/mdp-playground into dev/jan
vonHartz Jun 7, 2021
3e3fcb7
Merge branch 'master' into dev/jan
vonHartz Jun 14, 2021
c719e94
re-added toml
vonHartz Jun 14, 2021
17add47
changed comparison style
vonHartz Jun 14, 2021
e394d1c
updated pub docs instructions
vonHartz Jul 16, 2021
97ac65c
Merge branch 'master' into dev/jan
vonHartz Jul 16, 2021
31b485a
fixed merge
vonHartz Jul 16, 2021
9d452a4
updated deps
vonHartz Jul 16, 2021
9de56ff
generic gym wrapper registration, automatic pep8, updates
vonHartz Jul 28, 2021
c8dab2e
resolved merge
vonHartz Jul 28, 2021
b3217a4
rebuilt lock
vonHartz Jul 28, 2021
acf4f19
removed debug artifcats
vonHartz Jul 28, 2021
e791232
removed debug artifacts
vonHartz Jul 28, 2021
7e68284
fixed gym make
vonHartz Jul 28, 2021
c4f2b95
additional mujoco env wrapper registration
vonHartz Aug 20, 2021
9a1a7d6
fixed env import
vonHartz Aug 23, 2021
5c30a76
log ray init args for debugging
vonHartz Aug 23, 2021
7291caf
trying to always run in local Mode (might crash SAC -> verify) to fix…
vonHartz Aug 23, 2021
c974ddb
hotfix formissing sequence_length key when using lstm model
vonHartz Aug 23, 2021
b7e2df6
modified lstm patch to aboid dict size change during iteration
vonHartz Aug 24, 2021
06aac8f
need to patch in outer loop
vonHartz Aug 24, 2021
a788c3d
no need to iterate over all keys when looking for 'model' key. finall…
vonHartz Aug 24, 2021
1ed0da4
can control whether ray is launched in local mode
vonHartz Aug 30, 2021
2a1ad8a
fixed conflicting arg
vonHartz Aug 30, 2021
d502413
switched from dill to cloudpickle to avoid serialization errors with …
vonHartz Sep 2, 2021
d682496
logging ray session info for easier debugging, eg location of worker …
vonHartz Sep 3, 2021
800d9f9
example on how to set ray resources
vonHartz Sep 15, 2021
7a36f85
exposing ray kwargs explicitely
vonHartz Sep 15, 2021
0e01ac0
fixed typos
vonHartz Sep 15, 2021
56661ac
print results dir for debugging
vonHartz Sep 20, 2021
bab32e1
pickle multiple analysis files and return them as list
vonHartz Sep 21, 2021
caff9a7
don't nest dir
vonHartz Sep 21, 2021
66af8da
also return the stats file name
vonHartz Sep 21, 2021
68b28e9
ray dashboard on 0.0.0.0
vonHartz Sep 23, 2021
18557bb
added wandb callbacks
vonHartz Sep 23, 2021
565431c
changed api key dir
vonHartz Sep 23, 2021
d64a7c6
flags or wandb callback and external ray init, some autoformatting
vonHartz Oct 6, 2021
1f26400
removed force ray kwargs
vonHartz Oct 6, 2021
42d7d03
better wandb style
vonHartz Oct 6, 2021
25ec019
removed hack that was unneccessary for envs - only needed for paper exps
vonHartz Oct 20, 2021
d39fabc
removed single letter for local_mode, renamed flag for ray_init
vonHartz Oct 20, 2021
baf80c3
use default of 1 for seq len. added TODO and HACK mark
vonHartz Oct 20, 2021
2da25d0
fixed var name, added hack note
vonHartz Oct 20, 2021
d314ebb
added script reference
vonHartz Oct 20, 2021
cee96c0
manually updated gitignore
vonHartz Oct 20, 2021
07a10db
manually updated gitignore
vonHartz Oct 20, 2021
3020c04
manually updated gitignore
vonHartz Oct 20, 2021
868960e
Merge pull request #17 from automl/master
vonHartz Oct 20, 2021
bc8109d
updated requirementsto keep production version uptodate
vonHartz Oct 20, 2021
ddaa276
shrank memory size
vonHartz Oct 20, 2021
53dccf0
merge
vonHartz Oct 20, 2021
125c590
re-added pandas
vonHartz Oct 20, 2021
dd60944
ray version agnosticism
vonHartz Oct 20, 2021
ca922df
restrict pillow version
vonHartz Oct 20, 2021
bc53c18
added mem callback
vonHartz Oct 20, 2021
6240d86
construct callback
vonHartz Oct 22, 2021
2d27c7d
disabled wandb
vonHartz Oct 22, 2021
02e8fbb
combine callbacks
vonHartz Oct 22, 2021
e8685fa
fixed memory callback
vonHartz Oct 22, 2021
8ebec50
removed duplicate code
vonHartz Oct 22, 2021
4b2342e
added warning if wandb api key not found
vonHartz Oct 22, 2021
dd7d33e
expand wandb api key path, removed ray init args
vonHartz Oct 22, 2021
495eae0
added doc for setup_ray and init_ray
vonHartz Oct 22, 2021
9943be0
added info about analysis files
vonHartz Oct 22, 2021
8ad2e48
removes spaces in comment, removed pyproject.toml for merge
vonHartz Oct 22, 2021
ed986b6
Merge branch 'dev/memtrack' into dev/jan
vonHartz Oct 28, 2021
6487b6f
Revert "Merge branch 'dev/memtrack' into dev/jan"
vonHartz Oct 28, 2021
c88dd48
minatar registration
vonHartz Jan 12, 2022
3cd0ca9
catch re-register
vonHartz Jan 24, 2022
f1b1940
bumped tf version to fix test
vonHartz Jan 26, 2022
6a7b88f
fixed tf version here as well
vonHartz Jan 26, 2022
a9d05d2
bumped requirements
vonHartz Jun 30, 2022
2fb747d
py modules fix for autodiscovery in setuptools 61.0.0
vonHartz Jun 30, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ instance/
# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/
docs/_autosummary/

# PyBuilder
target/

Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pip install -e .[extras]

In addition to the standard dependencies, please install the following:
```bash
pip install sphinx, sphinx-book-theme # for generating documentation
pip install sphinx, sphinx-book-theme, sphinx-argparse # for generating documentation
pip install pytest-cov # for coverage report
# install poetry for packaging and publishing to PyPI
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
Expand Down Expand Up @@ -38,7 +38,7 @@ make clean
rm -rf _autosummary # optional
```

To publish:
To publish ensure that the working directoy is clean and run:
```bash
git subtree push --prefix docs/_build/html/ origin gh-pages
./publish-docs.sh
```

This file was deleted.

31 changes: 0 additions & 31 deletions docs/_autosummary/mdp_playground.analysis.analysis.rst

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions docs/_autosummary/mdp_playground.analysis.radar_chart.rst

This file was deleted.

33 changes: 0 additions & 33 deletions docs/_autosummary/mdp_playground.analysis.rst

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

32 changes: 0 additions & 32 deletions docs/_autosummary/mdp_playground.config_processor.rst

This file was deleted.

Loading