Skip to content
View genyrosk's full-sized avatar
🚀
🚀

Block or report genyrosk

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

Pinned Loading

  1. gym-chess gym-chess Public

    A simple chess environment for openai/gym

    Python 148 38

  2. hilfmir hilfmir Public

    Telegram Google Translation Bot written in Rust

    Rust

  3. gym-spaceship-adventure gym-spaceship-adventure Public

    Spaceship Adventure environment for OpenAI gym

    Python 2

  4. pytorch-VAE-models pytorch-VAE-models Public

    pytorch VAE models: dense, convolution + upsampling, convolution + deconvolution, super-resolution

    Jupyter Notebook 3 1

  5. Makefile for a Python environment wi... Makefile for a Python environment with pyenv-virtualenv
    1
    SHELL:=/bin/bash
    2
    PROJECT=project
    3
    VERSION=3.7.4
    4
    VENV=${PROJECT}-${VERSION}
    5
    VENV_DIR=$(shell pyenv root)/versions/${VENV}