Skip to content

Commit

Permalink
Fix gif links
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeepsb committed Jul 8, 2024
1 parent b8df932 commit 7f478b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Evolution Gym is a large-scale benchmark for co-optimizing the design and contro
> [!NOTE]
> EvoGym has been recently updated! TLDR: requirements have been modernized (gym/gymnasium, numpy, etc.), and the library is now pip-installable.
[//]: # (<img src="https://github.com/EvolutionGym/evogym/blob/main/images/teaser.gif" alt="teaser" width="800"/>)
![teaser](https://github.com/EvolutionGym/evogym/blob/main/images/teaser.gif)
[//]: # (<img src="https://github.com/EvolutionGym/evogym/raw/main/images/teaser.gif" alt="teaser" width="800"/>)
![teaser](https://github.com/EvolutionGym/evogym/raw/main/images/teaser.gif)

# Installation

Expand Down Expand Up @@ -138,8 +138,8 @@ pip install -r requirements.txt

The Design Tool provides a gui for creating Evolution Gym environments. Please see [this repo](https://github.com/EvolutionGym/evogym-design-tool).

[//]: # (<img src="https://github.com/EvolutionGym/evogym/blob/main/images/design-tool.gif" alt="teaser" width="800"/>)
![teaser](https://github.com/EvolutionGym/evogym/blob/main/images/design-tool.gif)
[//]: # (<img src="https://github.com/EvolutionGym/evogym/raw/main/images/design-tool.gif" alt="design-tool" width="800"/>)
![design-tool](https://github.com/EvolutionGym/evogym/raw/main/images/design-tool.gif)

## Headless Mode

Expand Down

0 comments on commit 7f478b8

Please sign in to comment.