python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Reinforcement learning does nothing when using test forex data
I am experimenting with RL and I am trying to write an AI so it can learn to trade the Forex market. Here is my code below:
from gym import Env
from gym.spaces import Discrete, Box
import numpy as np
...
Joshua Attridge
Votes: 0
Answers: 2
Reward Function for automated parking autonomous Robots
I'm implementing a reinforcement learning task, to solve a parking task for autonomous robots. So basically, the idea of the task is to start at a certain Point in front of the parking spot and drive ...
emilio ribadeneira
Votes: 0
Answers: 0