Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 619 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 619 Bytes

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