deepl Questions

2

import gym if __name__ == "__main__": env = gym.make("CartPole-v0") env = gym.wrappers.Monitor(env, "recording") total_reward = 0.0 total_steps = 0 obs = env.res...
Adequate asked 9/3, 2022 at 14:35

3

Solved

Is there any possibility to find out if the DeepL translator offers an API for the translation? Unfortunately I haven't found any information on this. Would like to implement this to an Excel scr...
Margy asked 29/8, 2017 at 11:9

5

I'm trying to make a python script for making translations with the DeepL API. I've tried to make a request but it responses a HTTP error 400 (Bad request). Here is the code of my script where I r...
Astute asked 13/5, 2020 at 15:52
1

© 2022 - 2024 — McMap. All rights reserved.