Experience Recorder
latest
  • Configure your experience based on the task you want to complete.
  • Start recording your experiences.
  • Sensation of the environment
  • Perception of the environment
Experience Recorder
  • Experience Recorder
  • Edit on GitHub

Experience Recorder

Introduction

This project is designed to support the creation of agents using reinforcement learning through an environment based exclusively on the interface between ourselves and our computer.

Modules

  • Configure your experience based on the task you want to complete.
    • Configuration
      • Configuration.ask_for_coordinates()
      • Configuration.ask_for_keyboard_usage()
      • Configuration.ask_for_mouse_usage()
      • Configuration.ask_for_sense()
      • Configuration.ask_for_sense_amount()
      • Configuration.create()
      • Configuration.load_configuration()
      • Configuration.new_sense()
      • Configuration.save_configuration()
  • Start recording your experiences.
    • Recorder
      • Recorder.start()
      • Recorder.start_senses()
      • Recorder.store_experience()
  • Sensation of the environment
    • Senses
      • Senses.see()
  • Perception of the environment
    • Perceptions
      • Perceptions.read()
      • Perceptions.search_state()
      • Perceptions.watch()
Next

© Copyright 2023, frapercan. Revision f867058e.

Built with Sphinx using a theme provided by Read the Docs.