Skip to content

Commit

Permalink
Merge pull request #196 from upb-lea/pr_fixes_v1_1
Browse files Browse the repository at this point in the history
Pr fixes v1 1
  • Loading branch information
wkirgsn authored Jun 13, 2022
2 parents 68e97b3 + adc744d commit ee7f35d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,14 @@ A white paper for the general toolbox in the context of drive simulation and con
A white paper for the utilization of this framework within reinforcement learning is available at [IEEE-Xplore](https://ieeexplore.ieee.org/document/9241851) (preprint: [arxiv.org/abs/1910.09434](https://arxiv.org/abs/1910.09434)). Please use the following BibTeX entry for citing it:
```
@article{9241851,
doi={10.1109/TNNLS.2020.3029573}
author={A. {Traue} and G. {Book} and W. {Kirchgässner} and O. {Wallscheid}},
journal={IEEE Transactions on Neural Networks and Learning Systems},
title={Toward a Reinforcement Learning Environment Toolbox for Intelligent Electric Motor Control},
year={2020}, volume={}, number={},
pages={1-10},
}
author={Traue, Arne and Book, Gerrit and Kirchgässner, Wilhelm and Wallscheid, Oliver},
journal={IEEE Transactions on Neural Networks and Learning Systems},
title={Toward a Reinforcement Learning Environment Toolbox for Intelligent Electric Motor Control},
year={2022},
volume={33},
number={3},
pages={919-928},
doi={10.1109/TNNLS.2020.3029573}}
```

### Running Unit Tests with Pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
matplotlib>=3.1.2
numpy>=1.16.4
scipy>=1.4.1
gym>=0.15.4
gym<0.24.0,>=0.15.4
pytest>=5.2.2
pytest-cov

0 comments on commit ee7f35d

Please sign in to comment.