ReinforcementLearning.jl icon indicating copy to clipboard operation
ReinforcementLearning.jl copied to clipboard

A reinforcement learning package for Julia

Results 117 ReinforcementLearning.jl issues
Sort by recently updated
recently updated
newest added

This is an ambitious goal that workers and learners can be relatively independent. One possible scenario may be, running fast evaluation in Julia within workers and running learner with TF/PyTorch/JAX...

DistRL

I don't know if I did something wrong but I get the error: `Package ReinforcementLearningBase does not have DomainSets in its dependencies` when I try to precompile the project. Here's...

Hello, I've recreated a simple version of my project at the following link on my github: https://github.com/ryan-o-c/RL-Env-Debugger/blob/main/Debugger.ipynb The broad strokes are that I want to pass an image and vector...

I was playing a bit with hooks and I found the following behavior a bit surprising: if I use the `StopAfterEpisode(10)` stopping condition, I would expect to get a result...

bug

i can save model parameters using BSON in a hook, but i don't know how can i use the model and test it on the env(without training, only testing)

This pull request changes the compat entry for the `CommonRLSpaces` package from `0.1` to `0.1, 0.2` for package ReinforcementLearningBase. This keeps the compat entries for earlier versions. Note: I have...

PR Checklist - [ ] Update NEWS.md? - [ ] Unit tests for all structs / functions? - [ ] Integration and correctness tests using a simple env? - [...

PR Checklist - [ ] Update NEWS.md? - [ ] Unit tests for all structs / functions? - [ ] Integration and correctness tests using a simple env? - [...