Skip to content

Instantly share code, notes, and snippets.

View Taresin's full-sized avatar

Dougy Lee Taresin

View GitHub Profile
# ==============================================================================
# Title: Taxi-V3 OpenAI Gym Environment Update
# Author: Taresin
# Date: 26/02/2024
#
# Description: This code is an update to a previously existing Gist for OpenAI Gym
# environments. It incorporates fixes the functionality
# with compatibility to the new Gymnasium library. The update is based on the original work found in Aske Plaat's
# book "Deep Reinforcement Learning" and the original code by Geffy available at
# https://gist.github.com/geffy/b2d16d01cbca1ae9e13f11f678fa96fd
#!/usr/bin/env bash
# Creates a file called test.txt
FILE_NAME="chmod_game.txt"
get_random() {
shuf -i 0-$1 -n 1
}
owner=$(get_random 7)

Keybase proof

I hereby claim:

  • I am taresin on github.
  • I am taresin (https://keybase.io/taresin) on keybase.
  • I have a public key ASBU-DG4Gf0t4K8krrJKUhIfGEMAWWyh6lKcjz9KKIPAOgo

To claim this, I am signing this object:

@Taresin
Taresin / output.txt
Created June 16, 2020 02:47
COSC2138 - Week 3 Lab exercises
Question 1
-----------
Test Case 1
Input: Freddy
Non-numerical input occurred
Answer: -1
Test Case 2
Input: 40Freddy
Non-numerical input occurred
@Taresin
Taresin / output.txt
Last active June 15, 2020 11:04
COSC2138 - Week 2 Lab exercises
Left Aligned
*
**
***
****
*****
******
*******
********
*********