Skip to content

Commit

Permalink
exp: std matters.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcformanek committed Aug 22, 2024
1 parent 1be791e commit 668d114
Show file tree
Hide file tree
Showing 19 changed files with 153 additions and 857 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ RUN pip install --quiet --upgrade pip setuptools wheel && \
# RUN ./install_environments/smacv1.sh
# RUN ./install_environments/smacv2.sh

ENV LD_LIBRARY_PATH $LD_LIBRARY_PATH:/root/.mujoco/mujoco210/bin:/usr/lib/nvidia
ENV SUPPRESS_GR_PROMPT 1
RUN ./install_environments/mamujoco.sh
# ENV LD_LIBRARY_PATH $LD_LIBRARY_PATH:/root/.mujoco/mujoco210/bin:/usr/lib/nvidia
# ENV SUPPRESS_GR_PROMPT 1
# RUN ./install_environments/mamujoco.sh

# RUN ./install_environments/pettingzoo.sh

Expand Down
2 changes: 1 addition & 1 deletion examples/tf2/online/iddpg_mamujoco.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# from og_marl.environments.gymnasium_mamujoco import MAMuJoCo
# from og_marl.environments.wrappers import Dtype, PadObsandActs
from og_marl.environment_wrappers.old_mamujoco import MAMuJoCo
from og_marl.environment_wrappers.mamujoco import MAMuJoCo
from og_marl.loggers import WandbLogger
from og_marl.replay_buffers import FlashbaxReplayBuffer
from development.maddpg import MADDPGSystem
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np
from multiagent.core import World, Agent, Landmark
from multiagent.scenario import BaseScenario
from .core import World, Agent, Landmark
from .scenario import BaseScenario


class Scenario(BaseScenario):
Expand Down
117 changes: 0 additions & 117 deletions og_marl/environment_wrappers/coop_pong.py

This file was deleted.

81 changes: 0 additions & 81 deletions og_marl/environment_wrappers/gymnasium_mamujoco.py

This file was deleted.

111 changes: 0 additions & 111 deletions og_marl/environment_wrappers/jumanji_lbf.py

This file was deleted.

Loading

0 comments on commit 668d114

Please sign in to comment.