Skip to content
View Ryan-Amaral's full-sized avatar
🤡
Just clowning around
🤡
Just clowning around

Highlights

  • Pro

Block or report Ryan-Amaral

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. PyTPG PyTPG Public

    A python implementation of Tangled Program Graphs. A Reinforcement Learning Algorithm.

    Python 17 7

  2. Pokedex-Binder-Helper Pokedex-Binder-Helper Public

    Pokédex binder guide for where on each page to place each card.

    Python

  3. gp-bipedal-walker-analysis gp-bipedal-walker-analysis Public

    Results analysis of tests performed on the Box2D BipedalWalker environment for my Masters Thesis.

    Jupyter Notebook

  4. super-gravity super-gravity Public

    An experiment in Unity to create gravity effects like in Super Mario Galaxy and the real world.

    C# 2

  5. working-gym-java-client working-gym-java-client Public

    A java client to access the OpenAI Gym HTTP Server.

    Java 3 1

  6. Generate the lyrics to Du Hast by Ra... Generate the lyrics to Du Hast by Rammstein (WIP). Just the intro, but I wouldn't be against doing the full song in the future. This could be a fun challenge to make a concise elegant program to generate the lyrics.
    1
    #include <stdio.h>
    2
    
                  
    3
    int main(){
    4
      int i; // iterator
    5