This commit is contained in:
Shannon Sands 2025-05-24 14:43:24 +10:00
parent 47c42bdc72
commit 0c4c3e1e6c
3 changed files with 2 additions and 38 deletions

View file

@ -94,7 +94,7 @@ def main():
return
# Path to student profile
profile_path = "example_profile.json"
profile_path = "config/example_profile.json"
# Create environment
env = TutorEnv(profile_path=profile_path, render_mode="human")