Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
ma
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matthias König
ma
Commits
1381198d
Commit
1381198d
authored
2 years ago
by
mkoenig
Browse files
Options
Downloads
Patches
Plain Diff
readme
parent
4cf11f18
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rl/README.md
+9
-9
9 additions, 9 deletions
rl/README.md
with
9 additions
and
9 deletions
rl/README.md
+
9
−
9
View file @
1381198d
# Reinforcment Learning libary for training the RC Car
A small libary for training the RC Car with reinforcement learning algorithm.
The two algorithm Proximal Policy Optimization
PPO
<cite>
[
PPO
][
1
]
</cite>
and Soft Actor Critic
<cite>
[
SAC
][
2
]
</cite>
are implemented.
The two algorithm Proximal Policy Optimization
<cite>
[
PPO
][
1
]
</cite>
and Soft Actor Critic
<cite>
[
SAC
][
2
]
</cite>
are implemented.
A new experiment can be started by running train.py
`python train.py --config train_ppo.yaml --log-dir runs/ppo --exp-name 'experiment_name' --track --port 8001 --cuda`
```
python train.py --config train_ppo.yaml --log-dir runs/ppo --exp-name 'experiment_name' --track --port 8001 --cuda
```
for more options run
`python train.py --help`
for more options run
`python train.py --help`
The environments are saved in
[
../simulations
](
../simulations
)
For evaluating a trained model run
`
python test.py --log-dir ./runs/ppo/exp_name --n-episodes 10 --env ../simulations/path_to_env
`
More options with
`
`
`
python test.py --log-dir ./runs/ppo/exp_name --n-episodes 10 --env ../simulations/path_to_env
```
`python test.py --help`
More options with
`python test.py --help`
The default model is best_model.pth with
`--model-filename`
another model can be chosen.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment