Coder Social home page Coder Social logo

contentsmaybehot / rivalsofaethersupervisedlearning Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 167.02 MB

Training a neural network to play Rivals of Aether

License: GNU General Public License v3.0

Python 100.00%
supervised-learning keras convolutional-lstm lstm convolutional-neural-network

rivalsofaethersupervisedlearning's People

Contributors

0zero-rei avatar mjsonofharry avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

rivalsofaethersupervisedlearning's Issues

Have loader/sequence split videos

Each video can have a maximum of n frames. At a rate of 10 frames per second, this corresponds with up to n/10 seconds of gameplay. A good starting value is 10. If a video's length does not divide evenly by n, then the last video will be dropped. This will allow us to specify the timesteps in our input shape and is a prerequisite for making the LSTM stateful.

This must be factored into the len(sequence) calculation.

Expand Stage enum in so that it has the rest of the stages

Stages are enumerated in replay_management.py. Some of the enumerations are missing, however. We need to generate replays on these missing stages so that we can enumerate them. I don't have enough coins to unlock all of the stages.

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.