GithubHelp home page GithubHelp logo

gamelearning's Introduction

GameLearning

Game Learning is a project focus on trainning your machine learning concepts. it has a few modules which implements a simple game logic, and other module where you use machine learning estimator to try predict the next values.

The game is played the next way:

  1. You have some rocks in a bottle, there are some rocks white and one black.
  2. For each white rock you get from the bottle you will win among money (how much money is random), if you get the black rock you lose, and you don't get anything.
  3. The objective of this game is win all the possible money, and stop before get the black rock.

You have tree modules:

  1. the_big_game
  2. generate_random_games
  3. learning_game

Intructions:

  1. I provide a training samples, it is called myfile.json and one scikit_model packaged into pickle file.
  2. You have to install the requirements.txt, it will be installed by the next command: pip install -r path/to/requirements.txt
  3. Then you can run the_big_game, and check the results displayed from command promt.
  4. If you want to create your own samples training, you have to run generate_random_games.py, and learning_game.py, then other myfile.json and clp.pickle will be generated.
  5. You should touch all the components, try differents estimators, want to get metrics, try other game, and so on.

If you want to colaborate with this repository you only have to do a pull request!

gamelearning's People

Contributors

juanbenitopr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.