Need some help understanding what steps to take to debug a RL agent

This page summarizes the projects mentioned and recommended in the original post on /r/learnmachinelearning

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • seed_rl

    Discontinued SEED RL: Scalable and Efficient Deep-RL with Accelerated Central Inference. Implements IMPALA and R2D2 algorithms in TF2 with SEED's architecture.

  • For some context, this is an algo trading bot that's trained on intraday time series stock data. I'm using Google Research's SEED RL codebase with vtrace. The model has a sequence length of 240, and 30 features. Each iteration represents training on a batch of 256 samples, and there are 256 environments being sampled from at a time. A reward is applied when the agent closes a position, and the size of the reward is based on how much profit (positive or negative) was made. The agent is forced to close its remaining position at the end of each day, resulting in a larger negative reward than normal if it had a large and unprofitable position.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • [Q]Official seed_rl repo is archived.. any alternative seed_rl style drl repo??

    1 project | /r/reinforcementlearning | 17 Dec 2022
  • Strange results from training with Google Cloud TPUs, seem to be very inefficient?

    1 project | /r/learnmachinelearning | 15 Jul 2021
  • Strange training results: why is a batch size of 1 more efficient than larger batch sizes, despite using a GPU/TPU?

    1 project | /r/learnmachinelearning | 14 Jul 2021
  • Having trouble passing custom flags with AI Platform

    1 project | /r/googlecloud | 29 Jun 2021
  • New to Linux, trying to understand why a variable isn't getting assigned in an .sh file

    1 project | /r/linuxquestions | 20 Jun 2021