The hard-to-quantify rise of package downloads for Python spell out the story of AI diffusion, if you know where to look.
With a July update, the Python package manager will finally allow users to install only the dependencies for a project, without having to install the project itself.
This project implements and compares multiple control methods on the CartPole-v1 environment. src/ train_ppo.py test_ppo.py train_dqn.py test_dqn.py pid_controller.py gamma_experiment.py ...