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

Refactoring is all you need #98

Merged
merged 27 commits into from
Oct 29, 2023
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
25345fc
Set Python version to 3.7 using PyEnv
fdamken Aug 15, 2023
5013bcf
Fix parallel evaluation
fdamken Aug 15, 2023
4b56030
Remove non-existing Pandas import
fdamken Aug 15, 2023
3c5d16c
Add SPDR parameter factory
fdamken Aug 15, 2023
dfd13f1
Add logging of number of particles
fdamken Aug 15, 2023
2a3451c
Remove commented code
fdamken Aug 15, 2023
a4dc9d0
Refactor SPDR for readability
fdamken Aug 15, 2023
1645b0b
virtualenv is all you need
fdamken Oct 3, 2023
fa00845
Merge branch 'update_setup_deps'
fdamken Oct 3, 2023
c526870
apply black and isort
fdamken Oct 8, 2023
33cfb08
Merge branch 'reformat'
fdamken Oct 8, 2023
54e7eb0
formatting
fdamken Oct 8, 2023
98dfea1
fix black and isort linting
fdamken Oct 8, 2023
8881a0e
Merge branch 'master' into cleanup_spdr
fdamken Oct 8, 2023
2279994
Merge remote-tracking branch 'upstream/master' into cleanup_spdr
fdamken Oct 9, 2023
3836256
remove empty docstring
fdamken Oct 15, 2023
7af231c
address review issues
fdamken Oct 22, 2023
034c453
Ignore local changes/symlinked pre-commit
miterion Oct 9, 2023
386d9f7
Install torch-based deps with dependencies
miterion Oct 15, 2023
81b36c7
Add mujoco as a python dependency
miterion Oct 15, 2023
bcedd70
Remove mujoco-py installation from install script
miterion Oct 15, 2023
00cd6d0
Switch to new mujoco package
miterion Oct 22, 2023
9b48aa8
Remove mujoco submodule
miterion Oct 22, 2023
4fcfaa7
Update pre-commit hooks to latest version
miterion Oct 22, 2023
f5022d4
Apply isort to half_cheetah
miterion Oct 22, 2023
08ef8c8
Remove unnecessary subfolder length call
miterion Oct 27, 2023
1e19a6a
Merge remote-tracking branch 'upstream/mujoco-update' into cleanup_spdr
fdamken Oct 27, 2023
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
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.7
Loading
Loading