add_executable(rl_environments_acrobot_sac_training acrobot.cpp)
target_link_libraries(rl_environments_acrobot_sac_training PRIVATE rl_tools)
