Skip to content

Commit

Permalink
Merge pull request #74 from jerryz123/gym_submodule
Browse files Browse the repository at this point in the history
Submoduled gym environments
  • Loading branch information
jerryz123 committed Jul 10, 2018
2 parents 0c5e55a + 08642a5 commit 3f302e2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "gym_fluids"]
path = gym_fluids
url = https://github.com/BerkeleyAutomation/gym_fluids.git
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,22 @@

# FLUIDS 2.0

The core FLUIDS simulator. For a simpler OpenAI Gym interface see [https://www.github.com/jerryz123/gym_fluids.git](https://www.github.com/jerryz123/gym_fluids.git)
The core FLUIDS simulator.

To install from source,
```
pip3 install -e .
```

For examples see `examples/fluids_test.py`.

## Gym Environment

The FLUIDS Gym environments provide a familiar interface to the FLUIDS simulator.

To install from source,
```
git submodule update --init --recursive
cd gym_fluids
pip3 install -e .
```
3 changes: 1 addition & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ The FLUIDS core simulator provides the core simulation environment. Currently on

git clone https://github.com/BerkeleyAutomation/Urban_Driving_Simulator.git
cd Urban_Driving_Simulator
git checkout v2
pip3 install -e .

Installing FLUIDS Gym Environments
Expand All @@ -20,6 +19,6 @@ The FLUIDS Gym Environment is compatible with agents designed for OpenAI's Gym b

::
git clone https://github.com/BerkeleyAutomation/gym_fluids.git
git submodule update --init --recursive
cd gym_fluids
pip3 install -e .
1 change: 1 addition & 0 deletions gym_fluids
Submodule gym_fluids added at d736b5

0 comments on commit 3f302e2

Please sign in to comment.