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

DQN Benchmarks #140

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
6dc94f7
dqn
saikrishna-1996 Mar 9, 2023
225d1d6
test dqn configs
saikrishna-1996 Mar 9, 2023
33aaa94
add MLP and conv network classes
saikrishna-1996 Mar 9, 2023
e0409b8
DQN network with conv and MLP
saikrishna-1996 Mar 9, 2023
ffa6af1
registering new DQN actor. And config
saikrishna-1996 Mar 9, 2023
0c630c4
fix flatten in MLP and DQN networks
saikrishna-1996 Mar 9, 2023
d98c714
torch and np seed
saikrishna-1996 Mar 20, 2023
2ca1ab3
Merge branch 'main' into test-dqn
saikrishna-1996 Mar 25, 2023
400a45b
Merge branch 'main' into test-dqn
saikrishna-1996 May 1, 2023
bd5fb00
pylint fixes
saikrishna-1996 May 1, 2023
4b65d12
black format
saikrishna-1996 May 1, 2023
a00128c
fix args
saikrishna-1996 May 1, 2023
853f90a
have both simple_dqn and dqn configs
saikrishna-1996 May 1, 2023
228f93b
Merge branch 'main' into test-dqn
saikrishna-1996 May 2, 2023
af64723
serialize, deserialize
saikrishna-1996 May 2, 2023
c81d415
Merge branch 'test-dqn' of github.com:cogment/cogment-verse into test…
saikrishna-1996 May 2, 2023
c84d761
pylint fixes
saikrishna-1996 May 2, 2023
7deb328
Update actors/dqn.py
saikrishna-1996 May 6, 2023
3589729
using new model registry
saikrishna-1996 May 6, 2023
47ae20f
Merge branch 'test-dqn' of github.com:cogment/cogment-verse into test…
saikrishna-1996 May 6, 2023
c159b0e
Merge branch 'main' into test-dqn
saikrishna-1996 May 6, 2023
f8b781b
black format
saikrishna-1996 May 6, 2023
f7b1556
pylint fixes
saikrishna-1996 May 6, 2023
39179d3
io
saikrishna-1996 May 6, 2023
7f00367
import annotations
saikrishna-1996 May 8, 2023
2e1feb4
minor fix
saikrishna-1996 May 8, 2023
82d5e0b
remove archiving class
saikrishna-1996 May 8, 2023
5bf676f
Update config/services/actor/dqn.yaml
saikrishna-1996 May 8, 2023
c77d461
Update actors/dqn.py
saikrishna-1996 May 9, 2023
568ac2b
Update actors/dqn.py
saikrishna-1996 May 9, 2023
0685741
Update actors/dqn.py
saikrishna-1996 May 9, 2023
73fde92
current
saikrishna-1996 May 9, 2023
c7e3c8b
Merge branch 'test-dqn' of github.com:cogment/cogment-verse into test…
saikrishna-1996 May 9, 2023
3f4c027
current
saikrishna-1996 May 11, 2023
8a5bb5c
black format
saikrishna-1996 May 11, 2023
8cdf09e
Merge branch 'main' into test-dqn
saikrishna-1996 Jun 12, 2023
57b0fd4
Update dqn.py
saikrishna-1996 Jun 12, 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
Loading