Skip to content

Commit

Permalink
Adjust names in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cpondoc committed Jan 23, 2024
1 parent 5de9238 commit 8e3b8ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Wildfire Evacuation RL Environment
# PyroRL

A new reinforcement learning OpenAI Gym environment built for the simulation of wildfire evacuation.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/reference.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reference

You can find our codebase at the following Github [link](https://github.com/cpondoc/wildfire). If you have any questions about how to use our package or contribute to the project, create an issue or reach out directly to our team:
You can find our codebase at the following Github [link](https://github.com/cpondoc/PyroRL). If you have any questions about how to use our package or contribute to the project, create an issue or reach out directly to our team:

- [[email protected]](mailto:[email protected])
- [[email protected]](mailto:[email protected])
Expand Down
5 changes: 0 additions & 5 deletions tests/environment_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ def dummy_environment():
test_world = FireWorld(10, 10, populated_areas, paths, paths_to_pops)
return test_world






def test_initialization():
populated_areas = np.array([[2,2],[4,1]])
paths = [[[2,0],[2,1]], [[1,0],[1,1],[2,1],[3,1]]]
Expand Down

0 comments on commit 8e3b8ba

Please sign in to comment.