The reviewed record of science sign in
Pith

arxiv: 1912.11077 · v1 · pith:EVMTCGJX · submitted 2019-12-23 · cs.LG · cs.AI· stat.ML

Discrete and Continuous Action Representation for Practical RL in Video Games

Reviewed by Pithpith:EVMTCGJXopen to challenge →

classification cs.LG cs.AIstat.ML
keywords actionsconstraintscontinuousdiscreteflowsgameshybridnormalizing
0
0 comments X
read the original abstract

While most current research in Reinforcement Learning (RL) focuses on improving the performance of the algorithms in controlled environments, the use of RL under constraints like those met in the video game industry is rarely studied. Operating under such constraints, we propose Hybrid SAC, an extension of the Soft Actor-Critic algorithm able to handle discrete, continuous and parameterized actions in a principled way. We show that Hybrid SAC can successfully solve a highspeed driving task in one of our games, and is competitive with the state-of-the-art on parameterized actions benchmark tasks. We also explore the impact of using normalizing flows to enrich the expressiveness of the policy at minimal computational cost, and identify a potential undesired effect of SAC when used with normalizing flows, that may be addressed by optimizing a different objective.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Dmsh: A Multi-Agent Reinforcement Learning Framework for All-Quad Mesh Generation

    math.NA 2026-06 unverdicted novelty 6.0

    Dmsh is a new multi-agent RL framework that formulates mesh generation as an MDP and uses three coordinated agents plus curriculum learning to produce globally conforming all-quad meshes without post-processing.

  2. Revisiting Action Factorization for Complex Action Spaces

    cs.LG 2026-06 unverdicted novelty 5.0

    Comparative study of action factorization methods for hybrid action spaces across PPO/SAC/DQN finds branching dueling architectures effective and auto-regressive methods highest performing, with new VDN-PPO and PPO-MI...