Skip to content
View Fable67's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Germany

Highlights

  • Pro
Block or Report

Block or report Fable67

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

Popular repositories

  1. Soft-Actor-Critic Soft-Actor-Critic Public

    Implementation of Soft Actor-Critic Reinforcement Learning Algorithm using Pytorch.

    Python 6 2

  2. Streamlined-Off-Policy-Learning Streamlined-Off-Policy-Learning Public

    This is an implementation of "Algorithm 2 SOP with Emphasizing Recent Experience" proposed in the paper "Striving for Simplicity and Performance in Off-Policy DRL: Output Normalization and Non-Unif…

    Python 6

  3. DDPG-tensorflow DDPG-tensorflow Public

    Simple and easy to read implementation of the Reinforcement Learning algorithm DDPG.

    Python 2

  4. Wormhole-Visualization Wormhole-Visualization Public

    This is a simple Python visualization of a Wormhole using numpy and matplotlib.

    Jupyter Notebook 1 1

  5. Algorithms-in-C Algorithms-in-C Public

    This repo consists of some algorithms I coded in C. They are not supposed to be super efficient nor well implemented, I just coded them for learning purposes!

    C 1

  6. Image-compression-with-Stacked_Autoencoder Image-compression-with-Stacked_Autoencoder Public

    Using a Stacked Autoencoder with 3 hidden layers to compress MNIST images from 28x28 pixels to 14*14 pixels vice-versa. The deep neural network was built using the open-source python library Tensor…

    Jupyter Notebook