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

small number of changes to install #107

Merged
merged 3 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line wasn't doing anything but causing install problems

from gymnasium import spaces
from stable_baselines3 import PPO
from stable_baselines3.common.callbacks import BaseCallback
Expand Down
3 changes: 3 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@ 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
- tensorboard
- 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"}
]
Loading