Skip to content

Commit

Permalink
chore: modify logo.png and add requirements.txt (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockmagma02 authored and zmsn-2077 committed Feb 8, 2023
1 parent cd680f0 commit 74ef4bb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@
<!-- markdownlint-disable html -->

<div align="center">
<img src="./images/logo.png" width="75%"/>
<img src="https://github.com/PKU-MARL/omnisafe/raw/HEAD/images/logo.png" width="75%"/>
</div>

[![Organization](https://img.shields.io/badge/Organization-PKU_MARL-blue.svg)](https://github.com/PKU-MARL)
[![PyPI](https://img.shields.io/pypi/v/omnisafe?logo=pypi)](https://pypi.org/project/omnisafe)
[![Documentation Status](https://img.shields.io/readthedocs/omnisafe?logo=readthedocs)](https://omnisafe.readthedocs.io)
[![Downloads](https://static.pepy.tech/personalized-badge/omnisafe?period=total&left_color=grey&right_color=blue&left_text=downloads)](https://pepy.tech/project/omnisafe)
[![GitHub Repo Stars](https://img.shields.io/github/stars/PKU-MARL/omnisafe?color=brightgreen&logo=github)](https://github.com/PKU-MARL/OmniSafe/stargazers)
[![codestyle](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License](https://img.shields.io/github/license/PKU-MARL/OmniSafe?label=license)](#license)

[**Implemented Algorithms**](#implemented-algorithms)| [**Installation**](#installation)| [**Getting Started**](#getting-started)| [**The OmniSafe Team**](#the-omnisafe-team)| [**License**](#license)

# OmniSafe

OmniSafe is a comprehensive and reliable benchmark for safe reinforcement learning, covering a multitude of SafeRL domains and delivering a new suite of testing environments.
Expand Down
Binary file modified images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
safety-gymnasium >= 0.1.0b0
torch >= 1.10.0
numpy >= 1.20.0
tensorboard >= 2.8.0
psutil >= 5.9.1
scipy >= 1.7.0
joblib >= 1.2.0
pyyaml >= 6.0
xmltodict >= 0.13.0
moviepy >= 1.0.0
typing-extensions >= 4.0.0

0 comments on commit 74ef4bb

Please sign in to comment.