Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added dataset download links
  • Loading branch information
BoyuanChen committed Dec 21, 2021
1 parent d731a4d commit 10483d9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ We first introduce the naming convention of the saved files so that it is clear

We provide nine datasets with their own download links below.

- [circular_motion]() (circular motion system)
- [reaction_diffusion]() (reaction diffusion system)
- [single_pendulum]() (single pendulum system)
- [double_pendulum]() (rigid double pendulum system)
- [elastic_pendulum]() (elastic double pendulum system)
- [swingstick_non_magnetic]() (swing stick system)
- [air_dancer]() (air dancer system)
- [lava_lamp]() (lava lamp system)
- [fire]() (fire system)
- [circular_motion](https://drive.google.com/file/d/19DFYqh08B2L-YX_bTmpmxYu2jpARqoUA/view?usp=sharing) (circular motion system)
- [reaction_diffusion](https://drive.google.com/file/d/1LOqpB0l86lELEegX5sV9NwHkGKeHoaTN/view?usp=sharing) (reaction diffusion system)
- [single_pendulum](https://drive.google.com/file/d/1rw6vrVcV3KCIaVVwKMMhoZ9Jph5u-Zdf/view?usp=sharing) (single pendulum system)
- [double_pendulum](https://drive.google.com/file/d/1QEtk4JjnRysIEjtkZIKBjACu_IiTAdX6/view?usp=sharing) (rigid double pendulum system)
- [elastic_pendulum](https://drive.google.com/file/d/1Y8vzawQZhzPHp6cpLFuyM2LHuhgLjH9H/view?usp=sharing) (elastic double pendulum system)
- [swingstick_non_magnetic](https://drive.google.com/file/d/1BfeGW4XTFyGdyBO0G_YnSnRyJGu2WRnc/view?usp=sharing) (swing stick system)
- [air_dancer](https://drive.google.com/file/d/163KvwevY1fnDnI6WiWpc5Zaz-WWwPaAS/view?usp=sharing) (air dancer system)
- [lava_lamp](https://drive.google.com/file/d/1R-I2CZaJLe2D4H818-n25l54R0pbKQfo/view?usp=sharing) (lava lamp system)
- [fire](https://drive.google.com/file/d/1OIH6SalwPyD_lkXBLZq6bzmKfrp-xhrI/view?usp=sharing) (fire system)

Save the downloaded dataset as ```data/{dataset_name}```, where ```data``` is your customized dataset folder. **Please make sure that ```data``` is an absolute path and you need to change the ```data_filepath``` item in the ```config.yaml``` files in ```configs``` to specify your customized dataset folder**.

Expand Down Expand Up @@ -210,4 +210,4 @@ Please refer to the [analysis](analysis) folder for detailed instructions for ph

## License

This repository is released under the MIT license. See [LICENSE](LICENSE) for additional details.
This repository is released under the MIT license. See [LICENSE](LICENSE) for additional details.

0 comments on commit 10483d9

Please sign in to comment.