How can I create a simulation environment with reinforcement learning?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
yu tang cheng
el 18 de Feb. de 2021
Respondida: Emmanouil Tzorakoleftherakis
el 18 de Feb. de 2021
I want to create sa simulation environment,and create action and state ? Should I use rlFunctionEnv to create my environment?
0 comentarios
Respuesta aceptada
Emmanouil Tzorakoleftherakis
el 18 de Feb. de 2021
rlFunctionEnv can be used to create an environment where the dynamics are in a MATLAB function. You could also create an environment where the dynamics are in Simulink. Take a look at the following links for more details:
MATLAB environment:
Simulink environment:
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!