Skip to content
Snippets Groups Projects
Commit 16e52839 authored by Christoph Kowalski's avatar Christoph Kowalski
Browse files

Changed image resizing to use width and not style:"width"

parent 72205c10
No related branches found
No related tags found
2 merge requests!110V1.2.0 changes,!109SB3 RL with Hydra
Pipeline #64151 passed
......@@ -3,13 +3,13 @@
Cooperative Cuisine can be used to train a reinforcment learning agent. In this implementation [stable_baselines](https://github.com/hill-a/stable-baselines) is used to load the rl algorithm
<p align="center">
<img src="./data/onion_soup_centre_pots_fixed_env_overcooked-ai_third.gif" width="4%" height="4%" margin-right= "1%;" />
<img src="./data/onion_soup_centre_pots_fixed_env_overcooked-ai_with_cutting_third.gif" style="width: 4%; margin-right: 1%;" />
<img src="./data/onion_soup_large_env_overcooked-ai_third.gif" style="width: 2%; margin-right: 1%;" />
<img src="./data/onion_soup_large_random_env_overcooked-ai_third.gif" style="width: 2%; margin-right: 1%;" />
<img src="./data/tomato_soup_fixed_small_env_third.gif" style="width: 2%; margin-right: 1%;" />
<img src="./data/tomato_soup_small_random_env_third.gif" style="width: 2%; margin-right: 1%;" />
<img src="./data/salad_fixed_small_env_third.gif" style="width: 2%; margin-right: 10%;" />
<img src="./data/onion_soup_centre_pots_fixed_env_overcooked-ai_third.gif" width="14%" margin-right= "1%;" />
<img src="./data/onion_soup_centre_pots_fixed_env_overcooked-ai_with_cutting_third.gif" width="14%" margin-right= "1%;" />
<img src="./data/onion_soup_large_env_overcooked-ai_third.gif" width="10%" margin-right= "1%;" />
<img src="./data/onion_soup_large_random_env_overcooked-ai_third.gif" width="10%" margin-right= "1%;" />
<img src="./data/tomato_soup_fixed_small_env_third.gif" width="10%" margin-right= "1%;" />
<img src="./data/tomato_soup_small_random_env_third.gif" width="10%" margin-right= "1%;" />
<img src="./data/salad_fixed_small_env_third.gif" width="10%" margin-right= "1%;" />
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment