-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix acegen to tested versions of torchrl and tensordict; typo
- Loading branch information
1 parent
551ba16
commit edd0510
Showing
3 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# General dependencies | ||
flake8 | ||
pytest | ||
pytest-cov | ||
hydra-core | ||
tqdm | ||
wandb | ||
rdkit>=2023.3.3 | ||
|
||
# TorchRL and Tensordict | ||
git+https://github.com/pytorch/rl.git@767a877a0a93d41a9b7935598da0ded4c984904f | ||
git+https://github.com/pytorch/tensordict.git@3812ca62d0d5db7d337592d99934e32a3d2b4bfd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters