ikostrikov / pytorch-a2c-ppo-acktr-gail

PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).
MIT License
3.53k stars 832 forks source link

Can I train in my own game #276

Open hhhcwb38712 opened 3 years ago

hhhcwb38712 commented 3 years ago

I wonder if i can use this code to train my own game, such as FPS games or ACT games