Skip to content

Commit

Permalink
Update and redeploy new package number
Browse files Browse the repository at this point in the history
  • Loading branch information
cpondoc committed Apr 9, 2024
1 parent 10272d4 commit e5828ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyrorl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for _ in range(10):

A compiled visualization of numerous iterations is seen below. For more examples, check out the `examples/` folder in the online repository.

![Example Visualization of PyroRL](imgs/example_visualization.gif)
![Example Visualization of PyroRL](https://github.com/sisl/PyroRL/raw/master/imgs/example_visualization.gif)

## How to Contribute

Expand Down
9 changes: 4 additions & 5 deletions pyrorl/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@

setup(
name="pyrorl",
version="0.0.3",
author="Celtics Big 3",
author_email="clpondoc@stanford.edu",
description="An RL OpenAI Gym Environment for Wildfire Evacuation",
url="https://github.com/sisl/wildfire",
version="1.0.1",
author="Stanford Intelligent Systems Laboratory",
description="An RL Environment for Wildfire Evacuation",
url="https://sisl.github.io/PyroRL/",
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_packages(),
Expand Down

0 comments on commit e5828ff

Please sign in to comment.