From 612fb063441c29db14de0843e7f2bb3b196cdf8e Mon Sep 17 00:00:00 2001 From: Ryan Strauss Date: Sat, 14 Dec 2024 15:27:18 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bde146..2657091 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ with `wandb login`. Agent's can be trained using the `dopamax train` command, to which you must provide a configuration file. The configuration file is a YAML file that specifies the agent, environment, and training hyperparameters. You can find -examples in the [configs](configs) directory. For example, to train a PPO agent on the CartPole environment, you would +examples in the [examples](examples) directory. For example, to train a PPO agent on the CartPole environment, you would run: ```bash