rufo123 / MostWantedReinforcement

Implementing Reinforcement Learning in Need For Speed Most Wanted: 2005

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MostWantedReinforcement

Implementing Reinforcement Learning in Need For Speed Most Wanted: 2005


To be able to run it you must first of all have installed all the dependencies.


Requirements:

  1. Need for Speed: Most Wanted (2005). As to my knowledge the game is no longer available to buy, so you must download it from somewhere e.g. (torrent)
  2. Extra Options for Need for Speed: Most Wanted (2005) v10.0.0.1338. Available here NFSMWExOpts v10.0.0.1338
    -> In config you must set the Bordered Window mode to true ( the values for it is 2 if I am correct)
WindowedMode = 2  // Runs the game in a window instead of full screen. (0 = False (Default), 1 = True, 2 = Bordered)
  1. The car used is Fiat Punto (not modified), so feel free to set it up yourself or take my save:
  • Located in: C:\Users\ "USER" \Documents\NFS Most Wanted
  • Save

It is also recommended to use torch with CUDA support.

About

Implementing Reinforcement Learning in Need For Speed Most Wanted: 2005


Languages

Language:Python 100.0%Language:Batchfile 0.0%