-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from edbeeching/downfall-env-test
Adds downfall env to tests and hub
- Loading branch information
Showing
4 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,6 +93,7 @@ Start by forking the repo and then cloning it to your machine, creating a venv a | |
|
||
``` | ||
# If you want to PR, you should fork the lib or ask to be a contibutor | ||
git clone [email protected]:YOUR_USERNAME/godot_rl_agents.git | ||
cd godot_rl_agents | ||
python -m venv venv | ||
|
@@ -109,7 +110,6 @@ make quality | |
``` | ||
Then make a PR against main on the original repo. | ||
|
||
|
||
## FAQ | ||
|
||
### Why have we developed Godot RL Agents? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters