Skip to content

Commit

Permalink
Add openai gym env training script #3 (#18)
Browse files Browse the repository at this point in the history
Merges the first working version of the panda openai training environment.
  • Loading branch information
rickstaa committed Apr 5, 2020
1 parent ce1cd96 commit 133dd90
Show file tree
Hide file tree
Showing 168 changed files with 12,195 additions and 2,105 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Folders to ignore
.vscode/
.egg-info/
logs/
__pycache__/
.VSCodeCounter/*
models/

# Files to ignore
*.pyc
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,12 @@
[submodule "panda_simulation"]
path = panda_simulation
url = git@github.com:rickstaa/panda_simulation.git
[submodule "rl-baselines-zoo"]
path = rl-baselines-zoo
url = https://github.com/araffin/rl-baselines-zoo
[submodule "stable-baselines"]
path = stable-baselines
url = git@github.com:hill-a/stable-baselines.git
[submodule "theconstruct_msgs"]
path = theconstruct_msgs
url = https://bitbucket.org/theconstructcore/theconstruct_msgs.git
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
64 changes: 0 additions & 64 deletions panda_control/CMakeLists.txt

This file was deleted.

115 changes: 0 additions & 115 deletions panda_control/include/AIC.h

This file was deleted.

81 changes: 0 additions & 81 deletions panda_control/include/MRAC.h

This file was deleted.

46 changes: 0 additions & 46 deletions panda_control/include/generativeModel.h

This file was deleted.

30 changes: 0 additions & 30 deletions panda_control/package.xml

This file was deleted.

Loading

0 comments on commit 133dd90

Please sign in to comment.