Skip to content
View allwinlucious's full-sized avatar
  • RWTH Aachen
  • Germany

Highlights

  • Pro
Block or Report

Block or report allwinlucious

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
allwinlucious/README.md

LinkedIn

Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-


class RoboticsEngineer:

    def __init__(self):
        self.name = "Allwin Lucious"
        self.role = "Robotics Engineer"
        self.language_spoken = ["malayalam", "en_US", "de"]
	self.interests = ["Reinforcement Learning","Machine Learning","Computer Vision"]
    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = RoboticsEngineer()
me.say_hi()

Pinned Loading

  1. FlappyBird_DQN FlappyBird_DQN Public

    AI learns to play Flappy Bird using Deep Q Learning

    Python 2 1

  2. Genetic-Algorithm-based-path-planning Genetic-Algorithm-based-path-planning Public

    Work done for bachelor thesis at IIT Bhubaneswar.

    C 2

  3. ROS_RL_race ROS_RL_race Public

    Reinforcement Based Controller for a Race car simulation

    C++

  4. NLP_Toxic_Comment_Classification NLP_Toxic_Comment_Classification Public

    Project done as part of Techlabs 2022

    Jupyter Notebook 1

  5. Music_generation_bidirectional_LSTM Music_generation_bidirectional_LSTM Public

    Machine Learning model to generate music based on learning from beethovens compositions

    Jupyter Notebook

  6. Swarm-box-pushing-Webots-Simulation Swarm-box-pushing-Webots-Simulation Public

    This is a work in progress.

    C 2