araffin / rl-baselines-zoo

A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.
https://stable-baselines.readthedocs.io/
MIT License
1.12k stars 208 forks source link

or this part is compiled to machine language? #71

Closed alanyuwenche closed 4 years ago

alanyuwenche commented 4 years ago

Thanks for your great job.

However, I can’t find the source code for different algorithm. For example, I can only train an agent by a2c but can’t check how to code A2C. Do I miss something or this part is compiled to machine language?

araffin commented 4 years ago

Hello,

It seems you are quite new to python. As mentioned in the README, we are using the stable-baselines package, where all the algorithms are defined.