Skip to content

hyunho1027/T-RexRL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T-RexRL

Introduction

This is T-Rex Runner

Agent

The agent is T-Rex

Observation

This environment provides only visual observation

Visual Observation

Shape: (64, 128, 2)
(*dstack prev and current)

Action

Jump(1) or Duck(0)

Reward

-1 if terminal else 0.1

Installation

git clone https://github.com/hyunho1027/T-RexRL

Requirements

  • Python 3.7
  • Tensorflow 2.2
  • webbrowser
  • pyautogui

Usage

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages