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

A2C #33

Merged
merged 22 commits into from
Jan 4, 2024
Merged

A2C #33

Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
54823e2
RMSProp from timm
belerico Jun 12, 2023
e09eb95
Merge branch 'main' of https://github.com/Eclectic-Sheep/sheeprl into…
belerico Jun 13, 2023
d752701
Single actor for both discrete/continuous actions
belerico Jun 13, 2023
758fd09
Merge branch 'main' of https://github.com/Eclectic-Sheep/sheeprl into…
belerico Dec 11, 2023
bbe1383
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 11, 2023
94adb41
Add A2C algo
belerico Dec 13, 2023
97ff0ae
Merge branch 'main' of https://github.com/Eclectic-Sheep/sheeprl into…
belerico Dec 13, 2023
e2a92bc
Merge branch 'feature/a2c' of https://github.com/Eclectic-Sheep/sheep…
belerico Dec 13, 2023
f8638a2
Print log_dir
belerico Dec 13, 2023
fd1f334
Add docs
belerico Dec 14, 2023
f1327fc
Merge branch 'main' of https://github.com/Eclectic-Sheep/sheeprl into…
belerico Dec 19, 2023
feb00aa
Merge branch 'main' of https://github.com/Eclectic-Sheep/sheeprl into…
belerico Dec 19, 2023
375840d
Add mlflow support
belerico Dec 19, 2023
bec270d
Merge branch 'main' of https://github.com/Eclectic-Sheep/sheeprl into…
belerico Dec 21, 2023
6a3a834
Update README
belerico Dec 21, 2023
f18b37d
Merge branch 'main' of github.com:Eclectic-Sheep/sheeprl into feature…
belerico Jan 3, 2024
9626488
FIx comments
belerico Jan 3, 2024
5c7e7c8
Add A2C tests
belerico Jan 4, 2024
1fae0d0
Added model manager A2C config
belerico Jan 4, 2024
287c3d9
Merge branch 'main' of github.com:Eclectic-Sheep/sheeprl into feature…
belerico Jan 4, 2024
bd4d9c6
Fix comments
belerico Jan 4, 2024
5577eed
Merge branch 'main' into feature/a2c
belerico Jan 4, 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
Prev Previous commit
Next Next commit
Fix comments
  • Loading branch information
belerico committed Jan 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit bd4d9c6c7e15334b93c32a9d2df3e043daa89c66
33 changes: 0 additions & 33 deletions sheeprl/algos/a2c/args.py

This file was deleted.

1 change: 1 addition & 0 deletions sheeprl/configs/exp/a2c.yaml
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
defaults:
- override /algo: a2c
- override /env: gym
- override /model_manager: a2c
- _self_

# Algorithm