The Python Fuzzer that the world deserves

pip3 install frelatage Current release : 0.0.2 The Python Fuzzer that the world deserves Installation    |    How it works    |    Features    |    Use Frelatage    |    Configuration Frelatage is a coverage-based Python fuzzing library which can be used to fuzz python code. The development of Frelatage was inspired by various other fuzzers, including AFL/AFL++, Atheris and PyFuzzer.The main purpose of the project    

Read more

Inverted pendulum with fuzzy control

Basically, this project consists of an inverted pendulum simulator and a fuzzy controller. The main goal was to develop a simple yet useful simulator to model the environment, so that you are enabled to easily create a fuzzy controller for the inverted pendulum problem.It was implemented using pygame and pyfuzzy in python2.7. Getting Started Install $ sudo pip install virtualenv $ virtualenv -p python2.7 venv $ source venv/bin/activate $ ./install-deps.sh Run Also, you can run the project using custom configurations […]

Read more