Skip to content
View Pavle-Ilic's full-sized avatar

Block or report Pavle-Ilic

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Pavle-Ilic/README.md
  • 👋 Hi, I’m @Pavle-Ilic
  • 👀 I’m interested in Data Science and anything Machine Learning
  • 🌱 I’m currently learning reinforcment learning
  • 💞️ I’m looking to collaborate on any RL or finance related project
  • 📫 How to reach me email: [email protected]

Popular repositories Loading

  1. Beat-The-House Beat-The-House Public

    QMIND 2023-2024 project that will implement a Deep Q Network within the OpenAI Gym Toy Text Blackjack. The DQN is built only using NumPy and will be compared to other algorithms to compare policies.

    Jupyter Notebook 1

  2. Pavle-Ilic Pavle-Ilic Public

    Config files for my GitHub profile.

  3. MNIST-Using-K-means MNIST-Using-K-means Public

    Forked from sharmaroshan/MNIST-Using-K-means

    HTML

  4. Qhacks-2023 Qhacks-2023 Public

    Who's your daddy? A website that takes in photos of a father and child and using machine learning determines whether or not you are the father.

    Jupyter Notebook

  5. CartPoleDeepQ CartPoleDeepQ Public

    Implementing a deep q network for the cartpole game using TensorFlow

    Jupyter Notebook

  6. TaxiGameQLearning TaxiGameQLearning Public

    Implementing Q learning for the openai gym taxi game

    Python