Simulate trained reinforcement learning agents within specified environment
simulates one or more reinforcement learning agents within an environment, using default
simulation options.experience
= sim(env
,agents
)
performs the same simulation as the previous syntax.experience
= sim(agents
,env
)