From 5b62f7516f5859c1d219016574da9e9854676e25 Mon Sep 17 00:00:00 2001 From: joey-obrien Date: Wed, 11 Sep 2024 21:36:05 -0400 Subject: [PATCH] change to regenerate paper --- paper/paper.bib | 2 +- paper/paper.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paper/paper.bib b/paper/paper.bib index 6771fd0..1e3ad96 100644 --- a/paper/paper.bib +++ b/paper/paper.bib @@ -300,7 +300,7 @@ @book{kochenderfer2022algorithms isbn = {0262047012} } -@article{stableBaselines, +@article{stable_baselines, author = {Antonin Raffin and Ashley Hill and Adam Gleave and Anssi Kanervisto and Maximilian Ernestus and Noah Dormann}, title = {Stable-Baselines3: Reliable Reinforcement Learning Implementations}, journal = {Journal of Machine Learning Research}, diff --git a/paper/paper.md b/paper/paper.md index 9e7245f..822ca6a 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -102,7 +102,7 @@ The spread of wildfire is also influenced by wind. This bias is modeled through # Features -Users can control the configuration of the environment, including the dimensions of the grid world, the locations of populated areas and paths, and initial fire placement. Users can also select from our library of example environments or have the program dynamically generate environments. We also offer examples of how to use popular RL libraries with our environment, such as Stable-Baselines3 [@stableBaselines]. +Users can control the configuration of the environment, including the dimensions of the grid world, the locations of populated areas and paths, and initial fire placement. Users can also select from our library of example environments or have the program dynamically generate environments. We also offer examples of how to use popular RL libraries with our environment, such as Stable-Baselines3 [@stable_baselines]. In addition, users can generate visualizations of the environment by calling the `render` function of the Gymnasium environment object. After executing a set of actions on the environment, the user can call `generate_gif`, which stitches together all of the images rendered by the user into a single GIF.