FragileTech / FractalAI

Cellular automaton-based calculus for the masses
https://github.com/FragileTech
GNU Affero General Public License v3.0
68 stars 14 forks source link

Making the public API more user friendly #15

Closed datapythonista closed 6 years ago

datapythonista commented 6 years ago

This allows users to do things like:

import fractalai

fractalai.run_demo()

agent = fractalai.FractalAI(...)
[...]