Skip to content

Commit

Permalink
Merge pull request #19 from LegionAtol/ideas
Browse files Browse the repository at this point in the history
@LegionAtols GSOC RL algorithm
  • Loading branch information
flowerthrower authored Oct 4, 2024
2 parents 9d6ef32 + 604b12e commit d3ce1de
Show file tree
Hide file tree
Showing 6 changed files with 462 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,5 @@ repos:
- jaxlib
- diffrax
- pytest
- gymnasium
- stable-baselines3
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ qutip>=5.0.1
qutip-qtrl
qutip-jax
pre-commit
gymnasium>=0.29.1
stable-baselines3>=2.3.2
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ install_requires =
qutip-qtrl
qutip-jax
numpy>=1.16.6,<2.0
gymnasium>=0.29.1
stable-baselines3>=2.3.2
setup_requires =
cython>=1.0
packaging
Expand Down
Loading

0 comments on commit d3ce1de

Please sign in to comment.