-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bugs about tf-2.3.1 + code cleanup
- Loading branch information
Showing
10 changed files
with
129 additions
and
490 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,3 +1,4 @@ | ||
import os | ||
import time | ||
import random | ||
import carla | ||
|
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,8 +1,9 @@ | ||
numpy | ||
scipy | ||
tensorflow==2.3.1 | ||
tensorflow-probability==0.11.1 | ||
gym | ||
pygame | ||
opencv-python | ||
networkx | ||
matplotlib | ||
matplotlib |
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,7 +1,5 @@ | ||
import os | ||
|
||
import rl.augmentations | ||
|
||
from rl.agents import PPOAgent | ||
from rl.agents.ppo import PPOMemory | ||
from rl.environments.carla.environment import * | ||
from rl.environments.carla import * |
Oops, something went wrong.
f9de5cb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi there good sir, i was just wondering how do i implement this into my carla 9.12. i am new to RL so i would like to learn how to utilise tyour code to try and learn more about rl, could you please tell me how to use this?
f9de5cb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, issue #11 should be a good starting point.
Also, if carla 9.12 does not broke any past API, the environments I've implemented should work also on the newer version of the simulator.