Skip to main content

A library which makes it simple to build Deep Learning on games

Project description

# QLearnGaming This library is built on top of Gym and Keras. This is an example of code running # Coding Example import QLearnGaming import gym env = gym.make(‘CartPole-v0’) model = QLearnGaming.create_model(env) D,state = QLearnGaming.record_events(env,model) model = QLearnGaming.train(D,env,state,model) QLearnGaming.test(env,model) # Output Reward 10.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

QLearnGaming-0.6.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page