prep.data.4.shiny: Prepare Worker Memory to visualize with shiny

Description Usage Arguments Details

View source: R/AsynchronousAdvantageActorCritic.R

Description

Memory of one worker is transformed so it can be as input to the shiny app.

Usage

1
prep.data.4.shiny(threads.data, choices, actions)

Arguments

threads.data

Memory of experience of one worker.

choices

Possible resulting choices as a string vector. In the IPD game this would be c("CC", "CD","DC","DD").

actions

Actions space of the specific game [Currently only IPD is supported.] as a string vector.

Details

Returns a list with following items


MartinKies/USLR documentation built on Nov. 10, 2019, 5:24 a.m.