Coder Social home page Coder Social logo

balisujohn / mltests Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 4.0 1.53 MB

This is a project with the loose goal of finding interesting ways to generate intelligent agents through trial and error.

License: GNU General Public License v3.0

C 31.87% Makefile 0.21% C++ 9.07% Roff 40.06% Python 18.12% Shell 0.38% Go 0.01% Dockerfile 0.28%

mltests's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

mltests's Issues

Compiler error: async is a keyword

I get a compiler error pointing to visulization.py Line 60 which passes async = True to a function.

async is a keyword in python now, so this won't compile. I deleted the argument locally and it seemed to work normally.

[nix-shell] $ python3 --version
Python 3.7.3

[nix-shell] $ python3 ./base_SNN/main.py train cartpole default
Traceback (most recent call last):
  File "./base_SNN/main.py", line 1, in <module>
    import learning
  File "mltests/python_neuro_ev/base_SNN/learning.py", line 3, in <module>
    import brain
  File "mltests/python_neuro_ev/base_SNN/brain.py", line 14, in <module>
    import visualization 
  File "./visualization.py", line 60
    win = GraphWindow(g,pos, async = True,  geometry =(500,400) ,vertex_text=g.vertex_index, vertex_font_sizcolor = color_map)
                                 ^
SyntaxError: invalid syntax

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.