Created
August 8, 2022 18:31
-
-
Save eliasffyksen/cb6073050b353e701388a39d0bad61d6 to your computer and use it in GitHub Desktop.
Imports and function decleration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import torch as t | |
from torch import tensor as T | |
from numpy import unravel_index as unravel | |
import matplotlib.pyplot as plt | |
def do(snake, action): | |
'''This is where the magic happens :) ''' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment