Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
McLargo committed Nov 15, 2024
1 parent a620034 commit 9542d2d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
SERVER_PORT := 50051
BOT_PORT := 3001
BOT_NAME := python-rl-bot1

# Run python rl bot
runbotpy-rl:
python3 main.py --bn $(BOT_NAME) --la=localhost:$(BOT_PORT) --gs=localhost:$(SERVER_PORT)

.PHONY: runbotpy-rl

0 comments on commit 9542d2d

Please sign in to comment.