/rl-comparison

Show and test differences of a Reinforcment Learning training with GPU or only CPU

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Reinforcment Learning: Performance Differences

When to use a CPU and when a GPU for reinforcment or other deep learning algorithms? The following will discuss the benefits and drawbacks of different approaches.

Find more info on the blogpost.

Tensorboard

to execute the tensorboard run the following:

tensorboard --logdir <path_to_log_run_directpry>

For example:

tensorboard --logdir C:\Projects\rl-comparison\src\log_run