From c1f7905d203c10c1ef7d31ea5b951f951e4af915 Mon Sep 17 00:00:00 2001 From: ZealanL <36944229+ZealanL@users.noreply.github.com> Date: Wed, 12 Oct 2022 17:44:13 -0700 Subject: [PATCH] Fix outdated file name in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3da0491..3f617e5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ RLGym example bot for the RLBot framework, based on the official RLBotPythonExam ## How to use this -This bot runs the Actor class in `src/actor.py`, you're expected to replace that with the output of your model +This bot runs the Actor class in `src/agent.py`, you're expected to replace that with the output of your model By default we use DefaultObs from RLGym, AdvancedObs is also available in this project.