-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
26 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from gym_pybullet_drones.envs.CtrlAviary import CtrlAviary | ||
from gym_pybullet_drones.envs.DynAviary import DynAviary | ||
from gym_pybullet_drones.envs.VelocityAviary import VelocityAviary | ||
from gym_pybullet_drones.envs.VisionAviary import VisionAviary |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,15 @@ | ||
def test_compare(): | ||
from gym_pybullet_drones.examples.compare import run | ||
run(gui=False,plot=False,output_folder='tmp') | ||
|
||
def test_downwash(): | ||
from gym_pybullet_drones.examples.downwash import run | ||
run(gui=False,plot=False,output_folder='tmp') | ||
|
||
def test_fly(): | ||
from gym_pybullet_drones.examples.fly import run | ||
run(gui=False,plot=False,output_folder='tmp') | ||
|
||
def test_groundeffect(): | ||
from gym_pybullet_drones.examples.groundeffect import run | ||
from gym_pybullet_drones.examples.pid import run | ||
run(gui=False,plot=False,output_folder='tmp') | ||
|
||
def test_learn(): | ||
from gym_pybullet_drones.examples.learn import run | ||
from gym_pybullet_drones.examples.learning.learn import run | ||
run(gui=False,plot=False,output_folder='tmp') | ||
|
||
def test_velocity(): | ||
from gym_pybullet_drones.examples.velocity import run | ||
from gym_pybullet_drones.examples.pid_velocity import run | ||
run(gui=False,plot=False,output_folder='tmp') |
This file was deleted.
Oops, something went wrong.