https://github.com/berkeleyautomation/gym_fluids
OpenAI Gym interface to the FLUIDS simulator
https://github.com/berkeleyautomation/gym_fluids
Last synced: 2 months ago
JSON representation
OpenAI Gym interface to the FLUIDS simulator
- Host: GitHub
- URL: https://github.com/berkeleyautomation/gym_fluids
- Owner: BerkeleyAutomation
- Created: 2018-07-01T04:01:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T23:03:24.000Z (almost 7 years ago)
- Last Synced: 2025-01-25T21:26:35.598Z (4 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FLUIDS OpenAI Gym Interface
This repostitory presents an OpenAI Gym interface to the [FLUIDS simulator](https://github.com/BerkeleyAutomation/Urban_Driving_Simulator/tree/v2). The core FLUIDS simulator must be installed for this to run.
```
pip3 install -e .
```To register and use with OpenAI Gym, add the following lines to your Gym code.
```
import gym
import gym_fluids
```The FLUIDS environment is now available as "fluids-v2".