Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
Fixed error with version of stable-baselines3, as it requires an argument of ActorCriticPolicy that has been introduced in version 1.7.0
  • Loading branch information
AlexPasqua authored Jul 25, 2023
1 parent 47e32d0 commit ad68a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy~=1.23.4
gym~=0.21.0
networkx~=2.8.7
torch~=1.12.1
stable-baselines3~=1.6.2
stable-baselines3~=1.7.0
torch-geometric~=2.1.0
tensorboard~=2.10.0
wandb~=0.13.4
wandb~=0.13.4

0 comments on commit ad68a9f

Please sign in to comment.