diff --git a/pyrorl/README.md b/pyrorl/README.md index 662930c..5e5f012 100644 --- a/pyrorl/README.md +++ b/pyrorl/README.md @@ -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 diff --git a/pyrorl/setup.py b/pyrorl/setup.py index 4723f05..5adcc98 100644 --- a/pyrorl/setup.py +++ b/pyrorl/setup.py @@ -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(),