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

WR: Relocation of wrapper code to separate github repositories #909

Merged
merged 45 commits into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
8120e42
Refact: New Repo for OpenML #907
detlefarend Jan 31, 2024
1042fd3
Merge remote-tracking branch 'origin/main' into wrappers/relocation
detlefarend Feb 3, 2024
04d59f7
Refact: New Repo for River #906
detlefarend Feb 14, 2024
d5a331b
Dependencies Generation
detlefarend Feb 14, 2024
0413cbb
Refact: New Repo for Scikit-learn #903
detlefarend Feb 16, 2024
e1aa96d
Dependencies Generation
detlefarend Feb 16, 2024
b2585fa
Refact: New Repo for Gymnasium #900
steveyuwono Feb 16, 2024
3b4ffbf
Refact: New Repo for Gymnasium #900
steveyuwono Feb 16, 2024
cad7942
Refact: New Repo for PettingZoo #901
steveyuwono Feb 16, 2024
c3a6e81
update mujoco
steveyuwono Feb 16, 2024
48dce3e
Refact: New Repo for Stable Baselines 3 #902
steveyuwono Feb 16, 2024
71fe4d4
Refact: New Repo for Stable Baselines 3 #902
steveyuwono Feb 16, 2024
737106d
Refact: New Repo for Stable Baselines 3 #902
steveyuwono Feb 16, 2024
579c572
Refact: New Repo for Stable Baselines 3 #902
steveyuwono Feb 16, 2024
5e3eb1a
Refact: New Repo for Stable Baselines 3 #902
steveyuwono Feb 16, 2024
5883148
Refact: New Repo for Gymnasium #900
steveyuwono Feb 16, 2024
682a3ce
Refact: New Repo for Gymnasium #900
steveyuwono Feb 16, 2024
dbc1885
Refact: New Repo for Gymnasium #900
steveyuwono Feb 16, 2024
15f327a
Refact: New Repo for Gymnasium #900
steveyuwono Feb 16, 2024
d87917f
Refact: New Repo for Gymnasium #900
steveyuwono Feb 16, 2024
522369d
Refact: New Repo for Stable Baselines 3 #902
steveyuwono Feb 16, 2024
9ae6653
Refact: New Repo for Stable Baselines 3 #902
steveyuwono Feb 16, 2024
5438858
Refact: New Repo for Stable Baselines 3 #902
steveyuwono Feb 16, 2024
42fb47b
Refact: New Repo for Stable Baselines 3 #902
steveyuwono Feb 16, 2024
f197207
Refact: New Repo for Stable Baselines 3 #902
steveyuwono Feb 16, 2024
167749f
Refact: New Repo for Gymnasium #900
steveyuwono Feb 16, 2024
3110a58
Refact: New Repo for Gymnasium #900
steveyuwono Feb 16, 2024
6d5a888
remove gym dependency on test_buffer.py
steveyuwono Feb 16, 2024
a23c1d7
remove gym dependency on test_buffer.py
steveyuwono Feb 16, 2024
203a396
Refact: New Repo for Gymnasium #900
steveyuwono Feb 16, 2024
cbd9e59
Refact: New Repo for Gymnasium #900
steveyuwono Feb 16, 2024
5ec5243
Refact: New Repo for Gymnasium #900
steveyuwono Feb 16, 2024
a7e99da
remove dependencies #900 #901 #902
steveyuwono Feb 16, 2024
f5244cc
Dependencies Generation
steveyuwono Feb 16, 2024
7ff1cd3
Dependencies Generation
steveyuwono Feb 16, 2024
950fdbd
Merge branch 'wrappers/relocation' of https://github.com/fhswf/MLPro …
steveyuwono Feb 16, 2024
4a1c295
Dependencies Generation
steveyuwono Feb 16, 2024
9a7d7a8
Dependencies Generation
steveyuwono Feb 16, 2024
20810f4
Dependencies Generation
steveyuwono Feb 16, 2024
dae904f
Refact: New Repo for Scikit-learn #903
detlefarend Feb 16, 2024
eec20a7
Relocation #905
laxmikantbaheti Feb 17, 2024
287b3b6
Relocation #905
laxmikantbaheti Feb 17, 2024
e2068e2
Merge remote-tracking branch 'origin/main' into wrappers/relocation
detlefarend Feb 25, 2024
648625c
Merge remote-tracking branch 'origin/main' into wrappers/relocation
detlefarend Apr 10, 2024
ba01911
Refactoring Wrapper basic modules
detlefarend Apr 10, 2024
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
9 changes: 1 addition & 8 deletions doc/rtd/content/01_welcome/sub/deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@ dill,0.3.6
numpy,1.24.2
torch,2.0.0
matplotlib,3.7.1
stable_baselines3,2.1.0
scipy,1.10.1
pettingzoo,1.22.3
pygame,2.1.3
pymunk,6.4.0
multiprocess,0.70.14
river,0.15.0,!,0.20.0,!,0.20.1
scikit-learn,1.2.2
optuna,3.1.1
hyperopt,0.2.7
pyglet,1.5.27
mujoco,2.3.3
lxml,4.9.2
gymnasium,0.29
pandas,2.1.3

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 1 addition & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@ dill>=0.3.6
numpy>=1.24.2
torch>=2.0.0
matplotlib>=3.7.1
stable_baselines3>=2.1.0
scipy>=1.10.1
pettingzoo>=1.22.3
pygame>=2.1.3
pymunk>=6.4.0
multiprocess>=0.70.14
river>=0.15.0,!=0.20.0,!=0.20.1
scikit-learn>=1.2.2
optuna>=3.1.1
hyperopt>=0.2.7
pyglet>=1.5.27
mujoco>=2.3.3
lxml>=4.9.2
gymnasium>=0.29
pandas>=2.1.3
9 changes: 1 addition & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,10 @@ full =
numpy>=1.24.2
torch>=2.0.0
matplotlib>=3.7.1
stable_baselines3>=2.1.0
scipy>=1.10.1
pettingzoo>=1.22.3
pygame>=2.1.3
pymunk>=6.4.0
multiprocess>=0.70.14
river>=0.15.0,!=0.20.0,!=0.20.1
scikit-learn>=1.2.2
optuna>=3.1.1
hyperopt>=0.2.7
pyglet>=1.5.27
mujoco>=2.3.3
lxml>=4.9.2
gymnasium>=0.29
pandas>=2.1.3
68 changes: 0 additions & 68 deletions src/mlpro/gt/pool/boards/multicartpole.py

This file was deleted.

Loading
Loading