Skip to content

Commit 089c8db

Browse files
committed
WIP: Improving versioning
1 parent cbd5cae commit 089c8db

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ A client can communicate with Gymie via JSON, with the following format:
9393
// Params:
9494
{
9595
"instance_id": "instance-id"
96-
"action": "CartPole-v1"
96+
"action": [1, 0, 1] // MultiBinary action
9797
}
9898

9999
// Response:

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
rm -rf dist
4+
python setup.py sdist bdist_wheel

publish.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
python -m twine upload --repository pypi dist/*

0 commit comments

Comments
 (0)