Learn R Programming

gym (version 0.1.0)

random_discrete_agent: A sample random discrete agent.

Description

A sample random discrete agent.

Usage

random_discrete_agent(n)

Arguments

n
The number of discrete action spaces available.

Value

NULL.

Examples

Run this code
agent <- random_discrete_agent(10)

Run the code above in your browser using DataLab