Skip to content

Commit

Permalink
Add citation (#121)
Browse files Browse the repository at this point in the history
* add CITATION.bib

* update LICENSE

* update Project.toml

* update README
  • Loading branch information
Sid-Bhatia-0 authored Jan 12, 2021
1 parent 60a10f1 commit dedfa11
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@misc{Bhatia2020GridWorlds,
author={Bhatia, Siddharth and Tian, Jun and contributors},
title={GridWorlds.jl: A package for creating grid worlds for reinforcement learning in Julia},
year=2020,
url={https://github.com/JuliaReinforcementLearning/GridWorlds.jl}
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Sriram
Copyright (c) 2020 Siddharth Bhatia <sidb60200@gmail.com>, Jun Tian <tianjun.cpp@gmail.com>, and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "GridWorlds"
uuid = "e15a9946-cd7f-4d03-83e2-6c30bacb0043"
authors = ["Siddharth Bhatia <sidb60200@gmail.com> and contributors"]
authors = ["Siddharth Bhatia <sidb60200@gmail.com>", "Jun Tian <tianjun.cpp@gmail.com>", "contributors"]
version = "0.3.0"

[deps]
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# GridWorlds

This package aims to provide grid world environments for reinforcement learning research in Julia. The focus of this package is on being **lightweight** and **efficient**. This package is inspired by [gym-minigrid](https://github.com/maximecb/gym-minigrid).
A package for creating grid world environments for reinforcement learning in Julia.
The focus of this package is on being **lightweight** and **efficient**.
This package is inspired by [gym-minigrid](https://github.com/maximecb/gym-minigrid).
In order to cite this package, please refer to the file `CITATION.bib`. Starring the repository on GitHub is also appreciated.

## Table of contents:

Expand Down

0 comments on commit dedfa11

Please sign in to comment.