-
I have been checking FinRL package. This is basically an open-source framework meant for trading of various financial instruments (stocks, crypto, portfolio allocation .. etc).
- https://github.com/A…
-
First, trajectory prediction, then adding traffic flow from the dataset to the environment, and then using the trajectory prediction results as part of the reinforcement learning input?
-
Ubuntu version: 18.0.4
Python version: 3.7
minerl version: 0.2.9
gym version: 0.17.2
Making an environment with
```python
import minerl
import gym
env = gym.make('MineRLNavigateDense-v0'…
-
Pose a question about one of the following articles:
“[Human-level control through deep reinforcement learning](https://www.nature.com/articles/nature14236)” 2015. V. Mnih...D. Hassabis. Nature 51…
-
### Question
When I want to Rerun the code of "Conservative Q-Learning for Offline Reinforcement Learning", wo got a problem that
"gym.error.NameNotFound: Environment hopper-medium doesn't exist. …
-
Hello,
I hope this message finds you well. I've been exploring your repository and it seems that I couldn't locate the code related to imitation learning. Could you please guide me on how to utili…
-
Hi @ethanabrooks. currently i am working with HSR for reinforcement learning. i have got a lot of insight from your code. I have tried to run your code by using SAC for stable-baseline frameworks, it…
-
# Q-learning for beginners | Maxime Labonne
Train an AI to solve the Frozen Lake environment
[https://mlabonne.github.io/blog/reinforcement%20learning/q-learning/frozen%20lake/gym/tutorial/2022/02/1…
-
- 논문에서 얻은 인사이트 정리
- 코드로 구현하는 방법 정리
- 우리꺼에 어떻게 적용할 수 있을지..? 생각하기
-
Hi, from reading the paper《Coach-Player Multi-Agent Reinforcement Learning for Dynamic Team Composition》, I became very emotional about the rescue mission. But I can't find the location of this enviro…