Skip to content

Commit

Permalink
small number of changes to install
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenevinitsky committed May 7, 2024
1 parent 870252a commit 2a74f35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions algorithms/ppo/sb3/mappo.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import logging
from typing import Optional
import torch
from torch.nn import functional as F
import numpy as np
from box import Box
from gymnasium import spaces
from stable_baselines3 import PPO
from stable_baselines3.common.callbacks import BaseCallback
Expand Down
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@ dependencies:
- poetry-plugin-export==1.7.1
- ptyprocess==0.7.0
- pycparser==2.22
- pygame
- pyproject-hooks==1.0.0
- rapidfuzz==3.7.0
- requests==2.31.0
- requests-toolbelt==1.0.0
- secretstorage==3.3.3
- shellingham==1.5.4
- stable-baselines3==2.3.2
- tomlkit==0.12.4
- trove-classifiers==2024.3.25
- urllib3==2.2.1
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ description = ""
authors = ["Sébastien Eustace <[email protected]>"]
readme = "README.md"
packages = [
{include = "gpudrive.cpython-311-x86_64-linux-gnu.so", from = "build", to = "gpudrive"}
]
{include = "gpudrive.cpython-311-x86_64-linux-gnu.so", from = "build", to = "gpudrive"},
{include = "pygpudrive"}
]

0 comments on commit 2a74f35

Please sign in to comment.