Skip to content

Commit

Permalink
Changed ray-cluster file and minor edit in env.py
Browse files Browse the repository at this point in the history
  • Loading branch information
flimdejong committed Nov 11, 2024
1 parent 27e2bac commit 045fd28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker/runner/ray-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,3 @@ spec:
value: "roboteam-ray-cluster-head-svc.default.svc.cluster.local"
command: ["/bin/bash", "-c", "--"]
args: ["ray start --address='roboteam-ray-cluster-head-svc.default.svc.cluster.local:6379' --block"]

2 changes: 1 addition & 1 deletion roboteam_ai/src/RL/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from src.sentActionCommand import send_action_command
from src.getState import get_ball_state, get_robot_state, get_referee_state
from src.teleportBall import teleport_ball
from roboteam_ai.src.RL.src.resetRefereeAPI import reset_referee_state
from src.resetRefereeAPI import reset_referee_state
from src.changeGameState import start_game

"""
Expand Down

0 comments on commit 045fd28

Please sign in to comment.